Uses of Class
io.opencensus.tags.propagation.TagContextBinarySerializer
-
Packages that use TagContextBinarySerializer Package Description io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations.io.opencensus.tags.propagation -
-
Uses of TagContextBinarySerializer in io.opencensus.implcore.tags.propagation
Subclasses of TagContextBinarySerializer in io.opencensus.implcore.tags.propagation Modifier and Type Class Description (package private) class
TagContextBinarySerializerImpl
Fields in io.opencensus.implcore.tags.propagation declared as TagContextBinarySerializer Modifier and Type Field Description private TagContextBinarySerializer
TagPropagationComponentImpl. tagContextBinarySerializer
Methods in io.opencensus.implcore.tags.propagation that return TagContextBinarySerializer Modifier and Type Method Description TagContextBinarySerializer
TagPropagationComponentImpl. getBinarySerializer()
-
Uses of TagContextBinarySerializer in io.opencensus.tags
Subclasses of TagContextBinarySerializer in io.opencensus.tags Modifier and Type Class Description private static class
NoopTags.NoopTagContextBinarySerializer
Fields in io.opencensus.tags declared as TagContextBinarySerializer Modifier and Type Field Description (package private) static TagContextBinarySerializer
NoopTags.NoopTagContextBinarySerializer. INSTANCE
Methods in io.opencensus.tags that return TagContextBinarySerializer Modifier and Type Method Description TagContextBinarySerializer
NoopTags.NoopTagPropagationComponent. getBinarySerializer()
(package private) static TagContextBinarySerializer
NoopTags. getNoopTagContextBinarySerializer()
Returns aTagContextBinarySerializer
that serializes allTagContext
s to zero bytes and deserializes all inputs to emptyTagContext
s. -
Uses of TagContextBinarySerializer in io.opencensus.tags.propagation
Methods in io.opencensus.tags.propagation that return TagContextBinarySerializer Modifier and Type Method Description abstract TagContextBinarySerializer
TagPropagationComponent. getBinarySerializer()
Returns theTagContextBinarySerializer
for this implementation.
-