Uses of Class
com.google.cloud.firestore.ExplainMetrics
Packages that use ExplainMetrics
-
Uses of ExplainMetrics in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return ExplainMetricsModifier and TypeMethodDescriptionExplainResults.getMetrics()Returns the information about planning and execution (if any) of the query.Methods in com.google.cloud.firestore that return types with arguments of type ExplainMetricsModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<ExplainMetrics>Query.explainStream(ExplainOptions options, com.google.api.gax.rpc.ApiStreamObserver<DocumentSnapshot> documentObserver) Executes the query, streams the results as a StreamObserver of DocumentSnapshots, and returns an ApiFuture that will be resolved with the associatedExplainMetrics.