Uses of Class
io.opencensus.trace.propagation.BinaryFormat
Packages that use BinaryFormat
-
Uses of BinaryFormat in io.opencensus.implcore.trace.propagation
Subclasses of BinaryFormat in io.opencensus.implcore.trace.propagationModifier and TypeClassDescription(package private) final class
Implementation of theBinaryFormat
.Fields in io.opencensus.implcore.trace.propagation declared as BinaryFormatModifier and TypeFieldDescriptionprivate final BinaryFormat
PropagationComponentImpl.binaryFormat
Methods in io.opencensus.implcore.trace.propagation that return BinaryFormat -
Uses of BinaryFormat in io.opencensus.trace.propagation
Subclasses of BinaryFormat in io.opencensus.trace.propagationMethods in io.opencensus.trace.propagation that return BinaryFormatModifier and TypeMethodDescriptionabstract BinaryFormat
PropagationComponent.getBinaryFormat()
Returns theBinaryFormat
with the provided implementations.PropagationComponent.NoopPropagationComponent.getBinaryFormat()
(package private) static BinaryFormat
BinaryFormat.getNoopBinaryFormat()
Returns the no-op implementation of theBinaryFormat
.