Uses of Class
io.opencensus.implcore.tags.TagValueWithMetadata
-
Packages that use TagValueWithMetadata Package Description io.opencensus.implcore.stats io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation -
-
Uses of TagValueWithMetadata in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return types with arguments of type TagValueWithMetadata Modifier and Type Method Description (package private) static java.util.Map<TagKey,TagValueWithMetadata>
RecordUtils. getTagMap(TagContext ctx)
Method parameters in io.opencensus.implcore.stats with type arguments of type TagValueWithMetadata Modifier and Type Method Description private static TagValue
RecordUtils. getTagValueForDeprecatedRpcTag(java.util.Map<? extends TagKey,TagValueWithMetadata> tags, TagKey[] newKeys)
(package private) static java.util.List<TagValue>
RecordUtils. getTagValues(java.util.Map<? extends TagKey,TagValueWithMetadata> tags, java.util.List<? extends TagKey> columns)
-
Uses of TagValueWithMetadata in io.opencensus.implcore.tags
Subclasses of TagValueWithMetadata in io.opencensus.implcore.tags Modifier and Type Class Description (package private) class
AutoValue_TagValueWithMetadata
Fields in io.opencensus.implcore.tags with type parameters of type TagValueWithMetadata Modifier and Type Field Description (package private) java.util.Iterator<java.util.Map.Entry<TagKey,TagValueWithMetadata>>
TagMapImpl.TagIterator. iterator
private java.util.Map<TagKey,TagValueWithMetadata>
TagMapBuilderImpl. tags
private java.util.Map<TagKey,TagValueWithMetadata>
TagMapImpl. tags
Methods in io.opencensus.implcore.tags that return TagValueWithMetadata Modifier and Type Method Description static TagValueWithMetadata
TagValueWithMetadata. create(TagValue tagValue, TagMetadata tagMetadata)
Creates aTagValueWithMetadata
.Methods in io.opencensus.implcore.tags that return types with arguments of type TagValueWithMetadata Modifier and Type Method Description java.util.Map<TagKey,TagValueWithMetadata>
TagMapImpl. getTags()
Returns the tags of thisTagMapImpl
.Constructor parameters in io.opencensus.implcore.tags with type arguments of type TagValueWithMetadata Constructor Description TagIterator(java.util.Map<TagKey,TagValueWithMetadata> tags)
TagMapBuilderImpl(java.util.Map<TagKey,TagValueWithMetadata> tags)
TagMapImpl(java.util.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 TagValueWithMetadata Modifier and Type Method Description private static java.util.Map<TagKey,TagValueWithMetadata>
BinarySerializationUtils. parseTags(java.nio.ByteBuffer buffer)
Method parameters in io.opencensus.implcore.tags.propagation with type arguments of type TagValueWithMetadata Modifier and Type Method Description private static void
CorrelationContextFormat. decodeTag(java.lang.String stringTag, java.util.Map<TagKey,TagValueWithMetadata> tags)
-