Uses of Class
io.opencensus.implcore.tags.TagValueWithMetadata
Packages that use TagValueWithMetadata
Package
Description
-
Uses of TagValueWithMetadata in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return types with arguments of type TagValueWithMetadataModifier and TypeMethodDescription(package private) static Map
<TagKey, TagValueWithMetadata> RecordUtils.getTagMap
(TagContext ctx) Method parameters in io.opencensus.implcore.stats with type arguments of type TagValueWithMetadataModifier and TypeMethodDescriptionprivate static TagValue
RecordUtils.getTagValueForDeprecatedRpcTag
(Map<? extends TagKey, TagValueWithMetadata> tags, TagKey[] newKeys) RecordUtils.getTagValues
(Map<? extends TagKey, TagValueWithMetadata> tags, List<? extends TagKey> columns) -
Uses of TagValueWithMetadata in io.opencensus.implcore.tags
Subclasses of TagValueWithMetadata in io.opencensus.implcore.tagsFields in io.opencensus.implcore.tags with type parameters of type TagValueWithMetadataModifier and TypeFieldDescription(package private) Iterator
<Map.Entry<TagKey, TagValueWithMetadata>> TagMapImpl.TagIterator.iterator
private final Map
<TagKey, TagValueWithMetadata> TagMapBuilderImpl.tags
private final Map
<TagKey, TagValueWithMetadata> TagMapImpl.tags
Methods in io.opencensus.implcore.tags that return TagValueWithMetadataModifier and TypeMethodDescriptionstatic TagValueWithMetadata
TagValueWithMetadata.create
(TagValue tagValue, TagMetadata tagMetadata) Creates aTagValueWithMetadata
.Methods in io.opencensus.implcore.tags that return types with arguments of type TagValueWithMetadataConstructor parameters in io.opencensus.implcore.tags with type arguments of type TagValueWithMetadataModifierConstructorDescription(package private)
TagIterator
(Map<TagKey, TagValueWithMetadata> tags) (package private)
TagMapImpl
(Map<? extends TagKey, ? extends TagValueWithMetadata> tags) Creates a newTagMapImpl
with the given tags. -
Uses of TagValueWithMetadata in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that return types with arguments of type TagValueWithMetadataModifier and TypeMethodDescriptionprivate static Map
<TagKey, TagValueWithMetadata> BinarySerializationUtils.parseTags
(ByteBuffer buffer) Method parameters in io.opencensus.implcore.tags.propagation with type arguments of type TagValueWithMetadataModifier and TypeMethodDescriptionprivate static void
CorrelationContextFormat.decodeTag
(String stringTag, Map<TagKey, TagValueWithMetadata> tags)