Class NoopTags.NoopTagContext
java.lang.Object
io.opencensus.tags.TagContext
io.opencensus.tags.NoopTags.NoopTagContext
- Enclosing class:
NoopTags
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an iterator over the tags in thisTagContext.Methods inherited from class TagContext
equals, hashCode, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoopTagContext
private NoopTagContext()
-
-
Method Details
-
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.
-