Class ExecutionStats (3.20.0)

public final class ExecutionStats

A ExecutionStats contains information about the execution of a query.

Inheritance

java.lang.Object > ExecutionStats

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
TypeDescription
Map<String,Object>

getExecutionDuration()

public Duration getExecutionDuration()

Returns the total execution time of the query.

Returns
TypeDescription
Duration

getReadOperations()

public long getReadOperations()

Returns the number of read operations that occurred when executing the query.

Returns
TypeDescription
long

getResultsReturned()

public long getResultsReturned()

Returns the number of query results.

Returns
TypeDescription
long