public final class ExecutionStats
A ExecutionStats contains information about the execution of a query.
Methods
getDebugStats()
public Map<String,Object> getDebugStats()
Returns a map that contains additional statistics related to query execution. Note: The content of this map are subject to change.
Returns | |
---|---|
Type | Description |
Map<String,Object> |
getExecutionDuration()
public Duration getExecutionDuration()
Returns the total execution time of the query.
Returns | |
---|---|
Type | Description |
Duration |
getReadOperations()
public long getReadOperations()
Returns the number of read operations that occurred when executing the query.
Returns | |
---|---|
Type | Description |
long |
getResultsReturned()
public long getResultsReturned()
Returns the number of query results.
Returns | |
---|---|
Type | Description |
long |