Uses of Interface
com.google.api.gax.tracing.ApiTracer
Packages that use ApiTracer
-
Uses of ApiTracer in com.google.api.gax.retrying
Methods in com.google.api.gax.retrying that return ApiTracer -
Uses of ApiTracer in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ApiTracerModifier and TypeMethodDescriptionApiCallContext.getTracer()TheApiTracerthat was previously set for this context.Methods in com.google.api.gax.rpc with parameters of type ApiTracerModifier and TypeMethodDescriptionApiCallContext.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 ApiTracerModifier and TypeClassDescriptionclassA base implementation ofApiTracerthat does nothing.classImplementation ofApiTracerthat uses OpenCensus.Methods in com.google.api.gax.tracing that return ApiTracerModifier and TypeMethodDescriptionstatic ApiTracerBaseApiTracer.getInstance()ApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.BaseApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.OpencensusTracerFactory.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 ApiTracerModifier and TypeMethodDescriptionApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.BaseApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.OpencensusTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.