Class ExplainOptions
java.lang.Object
com.google.cloud.datastore.models.ExplainOptions
Model class for
ExplainOptions. Contains the explain options for
the query. Analyze is set to 'false' by default.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static ExplainOptions.BuilderbooleanReturns whether analyze is set to true or false.toPb()
-
Method Details
-
newBuilder
-
shouldAnalyze
public boolean shouldAnalyze()Returns whether analyze is set to true or false. When false (the default), the query will be planned, returning only metrics from the planning stages. When true, the query will be planned and executed, returning the full query results along with both planning and execution stage metrics. -
equals
-
hashCode
public int hashCode() -
toPb
-