Uses of Class
io.opencensus.tags.Tag
-
Packages that use Tag Package Description io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations.io.opencensus.tags.unsafe -
-
Uses of Tag in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags that return Tag Modifier and Type Method Description TagTagMapImpl.TagIterator. next()Methods in io.opencensus.implcore.tags that return types with arguments of type Tag Modifier and Type Method Description protected java.util.Iterator<Tag>TagMapImpl. getIterator()Methods in io.opencensus.implcore.tags with parameters of type Tag Modifier and Type Method Description (package private) static voidTagContextUtils. addTagToBuilder(Tag tag, TagMapBuilderImpl builder)Add aTagof any type to a builder. -
Uses of Tag in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation with parameters of type Tag Modifier and Type Method Description private static voidBinarySerializationUtils. encodeTag(Tag tag, com.google.common.io.ByteArrayDataOutput byteArrayDataOutput)private static intCorrelationContextFormat. encodeTag(Tag tag, java.lang.StringBuilder stringBuilder) -
Uses of Tag in io.opencensus.tags
Subclasses of Tag in io.opencensus.tags Modifier and Type Class Description (package private) classAutoValue_TagMethods in io.opencensus.tags that return Tag Modifier and Type Method Description static TagTag. create(TagKey key, TagValue value)Deprecated.in favor ofcreate(TagKey, TagValue, TagMetadata).static TagTag. create(TagKey key, TagValue value, TagMetadata tagMetadata)Creates aTagfrom the given key, value and metadata.Methods in io.opencensus.tags that return types with arguments of type Tag Modifier and Type Method Description protected java.util.Iterator<Tag>NoopTags.NoopTagContext. getIterator()protected abstract java.util.Iterator<Tag>TagContext. getIterator()Returns an iterator over the tags in thisTagContext.static java.util.Iterator<Tag>InternalUtils. getTags(TagContext tags)Internal tag accessor. -
Uses of Tag in io.opencensus.tags.unsafe
Methods in io.opencensus.tags.unsafe that return types with arguments of type Tag Modifier and Type Method Description protected java.util.Iterator<Tag>ContextUtils.EmptyTagContext. getIterator()
-