Uses of Class
io.opencensus.implcore.tags.TagMapBuilderImpl
-
Packages that use TagMapBuilderImpl Package Description io.opencensus.implcore.tags -
-
Uses of TagMapBuilderImpl in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags that return TagMapBuilderImpl Modifier and Type Method Description TagMapBuilderImplTagMapBuilderImpl. put(TagKey key, TagValue value)TagMapBuilderImplTagMapBuilderImpl. remove(TagKey key)private static TagMapBuilderImplTaggerImpl. toTagMapBuilderImpl(TagContext tags)Methods in io.opencensus.implcore.tags with parameters of type TagMapBuilderImpl Modifier and Type Method Description (package private) static voidTagContextUtils. addTagToBuilder(Tag tag, TagMapBuilderImpl builder)Add aTagof any type to a builder.
-