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 TagPropagationComponentTagsComponentImplBase. tagPropagationComponentMethods in io.opencensus.implcore.tags that return TagPropagationComponent Modifier and Type Method Description TagPropagationComponentTagsComponentImplBase. getTagPropagationComponent() -
Uses of TagPropagationComponent in io.opencensus.implcore.tags.propagation
Subclasses of TagPropagationComponent in io.opencensus.implcore.tags.propagation Modifier and Type Class Description classTagPropagationComponentImplImplementation ofTagPropagationComponent. -
Uses of TagPropagationComponent in io.opencensus.tags
Subclasses of TagPropagationComponent in io.opencensus.tags Modifier and Type Class Description private static classNoopTags.NoopTagPropagationComponentFields in io.opencensus.tags declared as TagPropagationComponent Modifier and Type Field Description (package private) static TagPropagationComponentNoopTags.NoopTagPropagationComponent. INSTANCEMethods in io.opencensus.tags that return TagPropagationComponent Modifier and Type Method Description (package private) static TagPropagationComponentNoopTags. getNoopTagPropagationComponent()Returns aTagPropagationComponentthat contains no-op serializers.TagPropagationComponentNoopTags.NoopTagsComponent. getTagPropagationComponent()static TagPropagationComponentTags. getTagPropagationComponent()Returns the defaultTagPropagationComponent.abstract TagPropagationComponentTagsComponent. getTagPropagationComponent()Returns theTagPropagationComponentfor this implementation.
-