Uses of Class
io.opencensus.tags.propagation.TagPropagationComponent
-
Packages that use TagPropagationComponent Package Description io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations. -
-
Uses of TagPropagationComponent in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagPropagationComponent Modifier and Type Field Description private TagPropagationComponent
TagsComponentImplBase. tagPropagationComponent
Methods in io.opencensus.implcore.tags that return TagPropagationComponent Modifier and Type Method Description TagPropagationComponent
TagsComponentImplBase. getTagPropagationComponent()
-
Uses of TagPropagationComponent in io.opencensus.implcore.tags.propagation
Subclasses of TagPropagationComponent in io.opencensus.implcore.tags.propagation Modifier and Type Class Description class
TagPropagationComponentImpl
Implementation ofTagPropagationComponent
. -
Uses of TagPropagationComponent in io.opencensus.tags
Subclasses of TagPropagationComponent in io.opencensus.tags Modifier and Type Class Description private static class
NoopTags.NoopTagPropagationComponent
Fields in io.opencensus.tags declared as TagPropagationComponent Modifier and Type Field Description (package private) static TagPropagationComponent
NoopTags.NoopTagPropagationComponent. INSTANCE
Methods in io.opencensus.tags that return TagPropagationComponent Modifier and Type Method Description (package private) static TagPropagationComponent
NoopTags. getNoopTagPropagationComponent()
Returns aTagPropagationComponent
that contains no-op serializers.TagPropagationComponent
NoopTags.NoopTagsComponent. getTagPropagationComponent()
static TagPropagationComponent
Tags. getTagPropagationComponent()
Returns the defaultTagPropagationComponent
.abstract TagPropagationComponent
TagsComponent. getTagPropagationComponent()
Returns theTagPropagationComponent
for this implementation.
-