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)
Deprecated.
since 7.11, use
V2QueryExecutionEvent(long, long, long, int, int, int, Set) |
V2QueryExecutionEvent(long durationMillis,
long filterPreparationDurationMillis,
long indexScanningDurationMillis,
int totalHits,
int startOffset,
int limit,
Set<SearchIndex> searchIndexes) |
Modifier and Type | Method and Description |
---|---|
long |
getDurationMillis() |
long |
getFilterPreparationDurationMillis() |
long |
getIndexScanningDurationMillis() |
int |
getLimit() |
Set<SearchIndex> |
getSearchIndexes() |
int |
getStartOffset() |
long |
getTotalHits() |
public V2QueryExecutionEvent(long durationMillis, long filterPreparationDurationMillis, long indexScanningDurationMillis, int totalHits, int startOffset, int limit, Set<SearchIndex> searchIndexes)
@Deprecated public V2QueryExecutionEvent(long startMillis, long endMillis, int totalHits, int startOffset, int limit, Set<SearchIndex> searchIndexes)
V2QueryExecutionEvent(long, long, long, int, int, int, Set)
@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()
public long getFilterPreparationDurationMillis()
public long getIndexScanningDurationMillis()
Copyright © 2003–2023 Atlassian. All rights reserved.