public class V2QueryExecutionEvent extends Object
Constructor and Description |
---|
V2QueryExecutionEvent(long startMillis,
long endMillis,
int totalHits,
int startOffset,
int limit)
Deprecated.
since 7.9, use
V2QueryExecutionEvent(long, long, int, int, int, Set) |
V2QueryExecutionEvent(long startMillis,
long endMillis,
int totalHits,
int startOffset,
int limit,
Set<SearchIndex> searchIndexes) |
Modifier and Type | Method and Description |
---|---|
long |
getDurationMillis() |
int |
getLimit() |
Set<SearchIndex> |
getSearchIndexes() |
int |
getStartOffset() |
long |
getTotalHits() |
public V2QueryExecutionEvent(long startMillis, long endMillis, int totalHits, int startOffset, int limit, Set<SearchIndex> searchIndexes)
@Deprecated public V2QueryExecutionEvent(long startMillis, long endMillis, int totalHits, int startOffset, int limit)
V2QueryExecutionEvent(long, long, int, int, int, Set)
public long getDurationMillis()
public long getTotalHits()
public int getStartOffset()
public int getLimit()
public Set<SearchIndex> getSearchIndexes()
Copyright © 2003–2020 Atlassian. All rights reserved.