Class ExplainMetrics
java.lang.Object
com.google.cloud.datastore.models.ExplainMetrics
Model class for
ExplainMetrics.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the aggregated stats from the execution of the query, if present.Returns the planning phase information for the query.inthashCode()
-
Constructor Details
-
ExplainMetrics
-
-
Method Details
-
getPlanSummary
Returns the planning phase information for the query. -
getExecutionStats
Returns the aggregated stats from the execution of the query, if present. Only present when 'analyze' is set to true forExplainOptions. -
equals
-
hashCode
public int hashCode()
-