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 TagContextINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateNoopTagContext()
-
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:TagContextReturns an iterator over the tags in thisTagContext.- Specified by:
getIteratorin classTagContext- Returns:
- an iterator over the tags in this
TagContext.
-
-