Uses of Interface
com.google.api.gax.tracing.ApiTracer
-
Packages that use ApiTracer Package Description com.google.api.gax.retrying com.google.api.gax.rpc com.google.api.gax.tracing -
-
Uses of ApiTracer in com.google.api.gax.retrying
Methods in com.google.api.gax.retrying that return ApiTracer Modifier and Type Method Description ApiTracerRetryingContext. getTracer()Returns theApiTracerassociated with the current operation. -
Uses of ApiTracer in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ApiTracer Modifier and Type Method Description ApiTracerApiCallContext. getTracer()TheApiTracerthat was previously set for this context.Methods in com.google.api.gax.rpc with parameters of type ApiTracer Modifier and Type Method Description ApiCallContextApiCallContext. withTracer(ApiTracer tracer)Returns a newApiCallContextwith the givenApiTracer. -
Uses of ApiTracer in com.google.api.gax.tracing
Classes in com.google.api.gax.tracing that implement ApiTracer Modifier and Type Class Description classBaseApiTracerA base implementation ofApiTracerthat does nothing.classOpencensusTracerImplementation ofApiTracerthat uses OpenCensus.Methods in com.google.api.gax.tracing that return ApiTracer Modifier and Type Method Description static ApiTracerBaseApiTracer. getInstance()ApiTracerApiTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.ApiTracerBaseApiTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.ApiTracerOpencensusTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.Methods in com.google.api.gax.tracing with parameters of type ApiTracer Modifier and Type Method Description ApiTracerApiTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.ApiTracerBaseApiTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.ApiTracerOpencensusTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.
-