Class ExecutionStats (2.19.1)

public class ExecutionStats

Inheritance

Object > ExecutionStats

Constructors

ExecutionStats(ExecutionStats proto)

public ExecutionStats(ExecutionStats proto)
Parameter
Name Description
proto ExecutionStats

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getDebugStats()

public Map<String,Object> getDebugStats()

Returns the debugging statistics from the execution of the query.

Returns
Type Description
Map<String,Object>

getExecutionDuration()

public Duration getExecutionDuration()

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

Returns
Type Description
org.threeten.bp.Duration

getReadOperations()

public long getReadOperations()

Returns the total billable read operations.

Returns
Type Description
long

getResultsReturned()

public long getResultsReturned()

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

Returns
Type Description
long

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides