Uses of Class
io.opencensus.trace.propagation.PropagationComponent
-
Packages that use PropagationComponent Package Description io.opencensus.impl.trace io.opencensus.implcore.trace io.opencensus.implcore.trace.propagation io.opencensus.impllite.trace io.opencensus.trace API for distributed tracing.io.opencensus.trace.propagation -
-
Uses of PropagationComponent in io.opencensus.impl.trace
Methods in io.opencensus.impl.trace that return PropagationComponent Modifier and Type Method Description PropagationComponentTraceComponentImpl. getPropagationComponent() -
Uses of PropagationComponent in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as PropagationComponent Modifier and Type Field Description private PropagationComponentTraceComponentImplBase. propagationComponentMethods in io.opencensus.implcore.trace that return PropagationComponent Modifier and Type Method Description PropagationComponentTraceComponentImplBase. getPropagationComponent() -
Uses of PropagationComponent in io.opencensus.implcore.trace.propagation
Subclasses of PropagationComponent in io.opencensus.implcore.trace.propagation Modifier and Type Class Description classPropagationComponentImplImplementation of thePropagationComponent. -
Uses of PropagationComponent in io.opencensus.impllite.trace
Methods in io.opencensus.impllite.trace that return PropagationComponent Modifier and Type Method Description PropagationComponentTraceComponentImplLite. getPropagationComponent() -
Uses of PropagationComponent in io.opencensus.trace
Methods in io.opencensus.trace that return PropagationComponent Modifier and Type Method Description abstract PropagationComponentTraceComponent. getPropagationComponent()Returns thePropagationComponentwith the provided implementation.PropagationComponentTraceComponent.NoopTraceComponent. getPropagationComponent()PropagationComponentTraceComponentImpl. getPropagationComponent()Deprecated.PropagationComponentTraceComponentImplLite. getPropagationComponent()Deprecated.static PropagationComponentTracing. getPropagationComponent()Returns the globalPropagationComponent. -
Uses of PropagationComponent in io.opencensus.trace.propagation
Subclasses of PropagationComponent in io.opencensus.trace.propagation Modifier and Type Class Description private static classPropagationComponent.NoopPropagationComponentFields in io.opencensus.trace.propagation declared as PropagationComponent Modifier and Type Field Description private static PropagationComponentPropagationComponent. NOOP_PROPAGATION_COMPONENTMethods in io.opencensus.trace.propagation that return PropagationComponent Modifier and Type Method Description static PropagationComponentPropagationComponent. getNoopPropagationComponent()Returns an instance that contains no-op implementations for all the instances.
-