Class ExecutionStats
java.lang.Object
com.google.cloud.datastore.models.ExecutionStats
Model class for
ExecutionStats-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the debugging statistics from the execution of the query.org.threeten.bp.DurationThis method is obsolete.Returns the total time to execute the query in the backend.longReturns the total billable read operations.longReturns the total number of results returned, including documents, projections, aggregation results, keys.inthashCode()
-
Constructor Details
-
ExecutionStats
-
-
Method Details
-
getResultsReturned
public long getResultsReturned()Returns the total number of results returned, including documents, projections, aggregation results, keys. -
getDebugStats
Returns the debugging statistics from the execution of the query. -
getExecutionDuration
@ObsoleteApi("Use getExecutionDurationJavaTime() instead") public org.threeten.bp.Duration getExecutionDuration()This method is obsolete. UsegetExecutionDurationJavaTime()instead. -
getExecutionDurationJavaTime
Returns the total time to execute the query in the backend. -
getReadOperations
public long getReadOperations()Returns the total billable read operations. -
equals
-
hashCode
public int hashCode()
-