Uses of Interface
com.google.api.gax.tracing.ApiTracerFactory
-
Packages that use ApiTracerFactory Package Description com.google.api.gax.rpc com.google.api.gax.tracing -
-
Uses of ApiTracerFactory in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ApiTracerFactory Modifier and Type Method Description abstract ApiTracerFactoryClientContext. getTracerFactory()Gets theApiTracerFactorythat will be used to generate traces for operations.ApiTracerFactoryStubSettings.Builder. getTracerFactory()ApiTracerFactoryStubSettings. getTracerFactory()Gets the configuredApiTracerFactorythat will be used to generate traces for operations.Methods in com.google.api.gax.rpc with parameters of type ApiTracerFactory Modifier and Type Method Description abstract ClientContext.BuilderClientContext.Builder. setTracerFactory(ApiTracerFactory tracerFactory)Set theApiTracerFactorythat will be used to generate traces for operations.BStubSettings.Builder. setTracerFactory(ApiTracerFactory tracerFactory)Configures theApiTracerFactorythat will be used to generate traces. -
Uses of ApiTracerFactory in com.google.api.gax.tracing
Classes in com.google.api.gax.tracing that implement ApiTracerFactory Modifier and Type Class Description classBaseApiTracerFactoryBase factory that will buildApiTracers that do nothing.classOpencensusTracerFactoryAApiTracerFactoryto build instances ofOpencensusTracer.
-