Package io.opencensus.tags
Class NoopTags.NoopTagContext
- java.lang.Object
-
- io.opencensus.tags.TagContext
-
- io.opencensus.tags.NoopTags.NoopTagContext
-
- Enclosing class:
- NoopTags
@Immutable private static final class NoopTags.NoopTagContext extends TagContext
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static TagContext
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
NoopTagContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Iterator<Tag>
getIterator()
Returns an iterator over the tags in thisTagContext
.-
Methods inherited from class io.opencensus.tags.TagContext
equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
static final TagContext INSTANCE
-
-
Method Detail
-
getIterator
protected java.util.Iterator<Tag> getIterator()
Description copied from class:TagContext
Returns an iterator over the tags in thisTagContext
.- Specified by:
getIterator
in classTagContext
- Returns:
- an iterator over the tags in this
TagContext
.
-
-