Uses of Package
com.google.api.gax.tracing
-
Packages that use com.google.api.gax.tracing Package Description com.google.api.gax.retrying com.google.api.gax.rpc com.google.api.gax.tracing -
Classes in com.google.api.gax.tracing used by com.google.api.gax.retrying Class Description ApiTracer Implementations of this class trace the logical flow of a google cloud client. -
Classes in com.google.api.gax.tracing used by com.google.api.gax.rpc Class Description ApiTracer Implementations of this class trace the logical flow of a google cloud client.ApiTracerFactory A factory to create new instances ofApiTracers. -
Classes in com.google.api.gax.tracing used by com.google.api.gax.tracing Class Description ApiTracer Implementations of this class trace the logical flow of a google cloud client.ApiTracer.Scope A context class to be used withApiTracer.inScope()and a try-with-resources block.ApiTracerFactory A factory to create new instances ofApiTracers.ApiTracerFactory.OperationType The type of operation theApiTraceris tracing.BaseApiTracer A base implementation ofApiTracerthat does nothing.BaseApiTracerFactory Base factory that will buildApiTracers that do nothing.SpanName A value class to represent the name of the operation in anApiTracer.TracedUnaryCallable This callable wraps a callable chain in aApiTracer.