public class QueryPerformanceEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryPerformanceEvent.QueryPerformanceEventBuilder |
Modifier and Type | Method and Description |
---|---|
static QueryPerformanceEvent.QueryPerformanceEventBuilder |
builder() |
long |
getCurrentThreadCount() |
long |
getDuration() |
long |
getIdxDeletedDocumentCount() |
long |
getIdxDocumentCount() |
long |
getIdxSegmentCount() |
long |
getQueryLength() |
long |
getStart() |
long |
getStop() |
long |
getThreadLimit() |
boolean |
isExecuted() |
boolean |
isHasResults() |
String |
toString() |
public long getStart()
public long getStop()
public long getDuration()
public long getThreadLimit()
public long getCurrentThreadCount()
public boolean isExecuted()
public boolean isHasResults()
public long getQueryLength()
public long getIdxDocumentCount()
public long getIdxDeletedDocumentCount()
public long getIdxSegmentCount()
public static QueryPerformanceEvent.QueryPerformanceEventBuilder builder()
Copyright © 2002-2019 Atlassian. All Rights Reserved.