Uses of Interface
com.google.cloud.datastore.telemetry.TraceUtil
Packages that use TraceUtil
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of TraceUtil in com.google.cloud.datastore
Constructors in com.google.cloud.datastore with parameters of type TraceUtilModifierConstructorDescriptionRetryAndTraceDatastoreRpcDecorator(DatastoreRpc datastoreRpc, TraceUtil otelTraceUtil, com.google.api.gax.retrying.RetrySettings retrySettings, DatastoreOptions datastoreOptions) -
Uses of TraceUtil in com.google.cloud.datastore.telemetry
Classes in com.google.cloud.datastore.telemetry that implement TraceUtilModifier and TypeClassDescriptionclassTracing utility implementation, used to stub out tracing instrumentation when tracing is disabled.classTracing utility implementation, used to stub out tracing instrumentation when tracing is enabled.Methods in com.google.cloud.datastore.telemetry that return TraceUtilModifier and TypeMethodDescriptionstatic TraceUtilTraceUtil.getInstance(DatastoreOptions datastoreOptions) Creates and returns an instance of the TraceUtil class.