Class ExecutionStats (2.30.0)

publicclass ExecutionStats

Inheritance

Object > ExecutionStats

Constructors

ExecutionStats(ExecutionStats proto)

publicExecutionStats(ExecutionStatsproto)
Parameter
Name Description
proto ExecutionStats

Methods

equals(Object o)

publicbooleanequals(Objecto)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getDebugStats()

publicMap<String,Object>getDebugStats()

Returns the debugging statistics from the execution of the query.

Returns
Type Description
Map<String,Object>

getExecutionDuration()

publicDurationgetExecutionDuration()

This method is obsolete. Use #getExecutionDurationJavaTime() instead.

Returns
Type Description
org.threeten.bp.Duration

getExecutionDurationJavaTime()

publicDurationgetExecutionDurationJavaTime()

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

Returns
Type Description
Duration

getReadOperations()

publiclonggetReadOperations()

Returns the total billable read operations.

Returns
Type Description
long

getResultsReturned()

publiclonggetResultsReturned()

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

Returns
Type Description
long

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.