Uses of Class
com.google.datastore.v1.ExecutionStats.Builder
-
Uses of ExecutionStats.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return ExecutionStats.BuilderModifier and TypeMethodDescriptionExecutionStats.Builder.clear()ExecutionStats.Builder.clearDebugStats()Debugging statistics from the execution of the query.ExecutionStats.Builder.clearExecutionDuration()Total time to execute the query in the backend.ExecutionStats.Builder.clearReadOperations()Total billable read operations.ExecutionStats.Builder.clearResultsReturned()Total number of results returned, including documents, projections, aggregation results, keys.ExplainMetrics.Builder.getExecutionStatsBuilder()Aggregated stats from the execution of the query.ExecutionStats.Builder.mergeDebugStats(com.google.protobuf.Struct value) Debugging statistics from the execution of the query.ExecutionStats.Builder.mergeExecutionDuration(com.google.protobuf.Duration value) Total time to execute the query in the backend.ExecutionStats.Builder.mergeFrom(ExecutionStats other) ExecutionStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecutionStats.Builder.mergeFrom(com.google.protobuf.Message other) static ExecutionStats.BuilderExecutionStats.newBuilder()static ExecutionStats.BuilderExecutionStats.newBuilder(ExecutionStats prototype) ExecutionStats.newBuilderForType()protected ExecutionStats.BuilderExecutionStats.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExecutionStats.Builder.setDebugStats(com.google.protobuf.Struct value) Debugging statistics from the execution of the query.ExecutionStats.Builder.setDebugStats(com.google.protobuf.Struct.Builder builderForValue) Debugging statistics from the execution of the query.ExecutionStats.Builder.setExecutionDuration(com.google.protobuf.Duration value) Total time to execute the query in the backend.ExecutionStats.Builder.setExecutionDuration(com.google.protobuf.Duration.Builder builderForValue) Total time to execute the query in the backend.ExecutionStats.Builder.setReadOperations(long value) Total billable read operations.ExecutionStats.Builder.setResultsReturned(long value) Total number of results returned, including documents, projections, aggregation results, keys.ExecutionStats.toBuilder()Methods in com.google.datastore.v1 with parameters of type ExecutionStats.BuilderModifier and TypeMethodDescriptionExplainMetrics.Builder.setExecutionStats(ExecutionStats.Builder builderForValue) Aggregated stats from the execution of the query.