Package com.google.cloud.firestore
Class ExplainMetrics
java.lang.Object
com.google.cloud.firestore.ExplainMetrics
ExplainMetrics contains information about planning and execution of a query.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the information about the execution of the query, or null if the query was not executed.Returns the information about the query plan.
-
Method Details
-
getPlanSummary
Returns the information about the query plan. -
getExecutionStats
Returns the information about the execution of the query, or null if the query was not executed.
-