Package io.opencensus.tags
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 io.opencensus.tags.TagContext
equals, hashCode, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoopTagContext
private NoopTagContext()
-
-
Method Details
-
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
.
-