Uses of Class
io.opencensus.implcore.tags.TagMapImpl
-
Packages that use TagMapImpl Package Description io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation -
-
Uses of TagMapImpl in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as TagMapImpl Modifier and Type Field Description static TagMapImpl
TagMapImpl. EMPTY
EmptyTagMapImpl
with no tags.Methods in io.opencensus.implcore.tags that return TagMapImpl Modifier and Type Method Description TagMapImpl
TagMapBuilderImpl. build()
TagMapImpl
TaggerImpl. empty()
TagMapImpl
TaggerImpl. getCurrentTagContext()
private static TagMapImpl
TaggerImpl. toTagMapImpl(TagContext tags)
-
Uses of TagMapImpl in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that return TagMapImpl Modifier and Type Method Description (package private) static TagMapImpl
BinarySerializationUtils. deserializeBinary(byte[] bytes)
-