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 Tag
TagMapImpl.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 void
TagContextUtils. addTagToBuilder(Tag tag, TagMapBuilderImpl builder)
Add aTag
of 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 void
BinarySerializationUtils. encodeTag(Tag tag, com.google.common.io.ByteArrayDataOutput byteArrayDataOutput)
private static int
CorrelationContextFormat. 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) class
AutoValue_Tag
Methods in io.opencensus.tags that return Tag Modifier and Type Method Description static Tag
Tag. create(TagKey key, TagValue value)
Deprecated.in favor ofcreate(TagKey, TagValue, TagMetadata)
.static Tag
Tag. create(TagKey key, TagValue value, TagMetadata tagMetadata)
Creates aTag
from 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()
-