Uses of Class
io.opencensus.tags.propagation.TagContextTextFormat
-
Packages that use TagContextTextFormat Package Description io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations.io.opencensus.tags.propagation -
-
Uses of TagContextTextFormat in io.opencensus.implcore.tags.propagation
Subclasses of TagContextTextFormat in io.opencensus.implcore.tags.propagation Modifier and Type Class Description (package private) classCorrelationContextFormatImplementation of the W3C correlation context propagation protocol.Fields in io.opencensus.implcore.tags.propagation declared as TagContextTextFormat Modifier and Type Field Description private TagContextTextFormatTagPropagationComponentImpl. tagContextTextFormatMethods in io.opencensus.implcore.tags.propagation that return TagContextTextFormat Modifier and Type Method Description TagContextTextFormatTagPropagationComponentImpl. getCorrelationContextFormat() -
Uses of TagContextTextFormat in io.opencensus.tags
Subclasses of TagContextTextFormat in io.opencensus.tags Modifier and Type Class Description private static classNoopTags.NoopTagContextTextFormatMethods in io.opencensus.tags that return TagContextTextFormat Modifier and Type Method Description TagContextTextFormatNoopTags.NoopTagPropagationComponent. getCorrelationContextFormat()(package private) static TagContextTextFormatNoopTags. getNoopTagContextTextSerializer()Returns aTagContextTextFormatthat serializes allTagContexts to empty strings and deserializes all inputs to emptyTagContexts. -
Uses of TagContextTextFormat in io.opencensus.tags.propagation
Methods in io.opencensus.tags.propagation that return TagContextTextFormat Modifier and Type Method Description abstract TagContextTextFormatTagPropagationComponent. getCorrelationContextFormat()Returns theTagContextTextFormatfor this implementation.
-