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 PropagationComponent
TraceComponentImpl. getPropagationComponent()
-
Uses of PropagationComponent in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as PropagationComponent Modifier and Type Field Description private PropagationComponent
TraceComponentImplBase. propagationComponent
Methods in io.opencensus.implcore.trace that return PropagationComponent Modifier and Type Method Description PropagationComponent
TraceComponentImplBase. getPropagationComponent()
-
Uses of PropagationComponent in io.opencensus.implcore.trace.propagation
Subclasses of PropagationComponent in io.opencensus.implcore.trace.propagation Modifier and Type Class Description class
PropagationComponentImpl
Implementation of thePropagationComponent
. -
Uses of PropagationComponent in io.opencensus.impllite.trace
Methods in io.opencensus.impllite.trace that return PropagationComponent Modifier and Type Method Description PropagationComponent
TraceComponentImplLite. getPropagationComponent()
-
Uses of PropagationComponent in io.opencensus.trace
Methods in io.opencensus.trace that return PropagationComponent Modifier and Type Method Description abstract PropagationComponent
TraceComponent. getPropagationComponent()
Returns thePropagationComponent
with the provided implementation.PropagationComponent
TraceComponent.NoopTraceComponent. getPropagationComponent()
PropagationComponent
TraceComponentImpl. getPropagationComponent()
Deprecated.PropagationComponent
TraceComponentImplLite. getPropagationComponent()
Deprecated.static PropagationComponent
Tracing. 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 class
PropagationComponent.NoopPropagationComponent
Fields in io.opencensus.trace.propagation declared as PropagationComponent Modifier and Type Field Description private static PropagationComponent
PropagationComponent. NOOP_PROPAGATION_COMPONENT
Methods in io.opencensus.trace.propagation that return PropagationComponent Modifier and Type Method Description static PropagationComponent
PropagationComponent. getNoopPropagationComponent()
Returns an instance that contains no-op implementations for all the instances.
-