public class V2QueryExecutionEvent extends Object
Constructor and Description |
---|
V2QueryExecutionEvent(long startMillis,
long endMillis,
int totalHits,
int startOffset,
int limit) |
Modifier and Type | Method and Description |
---|---|
long |
getDurationMillis() |
int |
getLimit() |
int |
getStartOffset() |
long |
getTotalHits() |
public V2QueryExecutionEvent(long startMillis, long endMillis, int totalHits, int startOffset, int limit)
public long getDurationMillis()
public long getTotalHits()
public int getStartOffset()
public int getLimit()
Copyright © 2003–2021 Atlassian. All rights reserved.