Uses of Class
io.opencensus.tags.TagMetadata
-
Packages that use TagMetadata Package Description io.opencensus.contrib.http io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations. -
-
Uses of TagMetadata in io.opencensus.contrib.http
Fields in io.opencensus.contrib.http declared as TagMetadata Modifier and Type Field Description (package private) static TagMetadataHttpRequestContext. METADATA_NO_PROPAGATION -
Uses of TagMetadata in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagMetadata Modifier and Type Field Description private static TagMetadataTagMapBuilderImpl. METADATA_UNLIMITED_PROPAGATIONprivate TagMetadataAutoValue_TagValueWithMetadata. tagMetadataMethods in io.opencensus.implcore.tags that return TagMetadata Modifier and Type Method Description (package private) TagMetadataAutoValue_TagValueWithMetadata. getTagMetadata()(package private) abstract TagMetadataTagValueWithMetadata. getTagMetadata()Methods in io.opencensus.implcore.tags with parameters of type TagMetadata Modifier and Type Method Description static TagValueWithMetadataTagValueWithMetadata. create(TagValue tagValue, TagMetadata tagMetadata)Creates aTagValueWithMetadata.TagContextBuilderNoopTagMapBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)TagContextBuilderTagMapBuilderImpl. put(TagKey key, TagValue value, TagMetadata tagMetadata)Constructors in io.opencensus.implcore.tags with parameters of type TagMetadata Constructor Description AutoValue_TagValueWithMetadata(TagValue tagValue, TagMetadata tagMetadata) -
Uses of TagMetadata in io.opencensus.implcore.tags.propagation
Fields in io.opencensus.implcore.tags.propagation declared as TagMetadata Modifier and Type Field Description private static TagMetadataBinarySerializationUtils. METADATA_UNLIMITED_PROPAGATION(package private) static TagMetadataCorrelationContextFormat. METADATA_UNLIMITED_PROPAGATION -
Uses of TagMetadata in io.opencensus.tags
Subclasses of TagMetadata in io.opencensus.tags Modifier and Type Class Description (package private) classAutoValue_TagMetadataFields in io.opencensus.tags declared as TagMetadata Modifier and Type Field Description private static TagMetadataTagContextBuilder. METADATA_NO_PROPAGATIONprivate static TagMetadataTag. METADATA_UNLIMITED_PROPAGATIONprivate static TagMetadataTagContextBuilder. METADATA_UNLIMITED_PROPAGATIONprivate TagMetadataAutoValue_Tag. tagMetadataMethods in io.opencensus.tags that return TagMetadata Modifier and Type Method Description static TagMetadataTagMetadata. create(TagMetadata.TagTtl tagTtl)Creates aTagMetadatawith the givenTagMetadata.TagTtl.TagMetadataAutoValue_Tag. getTagMetadata()abstract TagMetadataTag. getTagMetadata()Returns theTagMetadataassociated with thisTag.Methods in io.opencensus.tags with parameters of type TagMetadata Modifier and Type Method Description static TagTag. create(TagKey key, TagValue value, TagMetadata tagMetadata)Creates aTagfrom the given key, value and metadata.TagContextBuilderNoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)TagContextBuilderTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)Adds the key/value pair and metadata regardless of whether the key is present.Constructors in io.opencensus.tags with parameters of type TagMetadata Constructor Description AutoValue_Tag(TagKey key, TagValue value, TagMetadata tagMetadata)
-