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 TagValueRecordUtils.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.iteratorprivate final Map<TagKey, TagValueWithMetadata> TagMapBuilderImpl.tagsprivate final Map<TagKey, TagValueWithMetadata> TagMapImpl.tagsMethods in io.opencensus.implcore.tags that return TagValueWithMetadataModifier and TypeMethodDescriptionstatic TagValueWithMetadataTagValueWithMetadata.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 newTagMapImplwith 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 voidCorrelationContextFormat.decodeTag(String stringTag, Map<TagKey, TagValueWithMetadata> tags)