Class ExecutionStats (2.19.0)

public class ExecutionStats

Inheritance

Object > ExecutionStats

Constructors

ExecutionStats(ExecutionStats proto)

public ExecutionStats(ExecutionStats proto)
Parameter
NameDescription
protoExecutionStats

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getDebugStats()

public Map<String,Object> getDebugStats()

Returns the debugging statistics from the execution of the query.

Returns
TypeDescription
Map<String,Object>

getExecutionDuration()

public Duration getExecutionDuration()

Returns the total time to execute the query in the backend.

Returns
TypeDescription
org.threeten.bp.Duration

getReadOperations()

public long getReadOperations()

Returns the total billable read operations.

Returns
TypeDescription
long

getResultsReturned()

public long getResultsReturned()

Returns the total number of results returned, including documents, projections, aggregation results, keys.

Returns
TypeDescription
long

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides