Uses of Enum
io.opencensus.tags.TaggingState
Packages that use TaggingState
Package
Description
API for associating tags with scoped operations.
-
Uses of TaggingState in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags that return TaggingStateMethods in io.opencensus.implcore.tags with parameters of type TaggingStateModifier and TypeMethodDescriptionvoidTagsComponentImplBase.setState(TaggingState newState) Deprecated. -
Uses of TaggingState in io.opencensus.tags
Subclasses with type arguments of type TaggingState in io.opencensus.tagsMethods in io.opencensus.tags that return TaggingStateModifier and TypeMethodDescriptionstatic TaggingStateTags.getState()Returns the currentTaggingState.abstract TaggingStateTagsComponent.getState()Returns the currentTaggingState.static TaggingStateReturns the enum constant of this type with the specified name.static TaggingState[]TaggingState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.tags with parameters of type TaggingStateModifier and TypeMethodDescriptionstatic voidTags.setState(TaggingState state) Deprecated.abstract voidTagsComponent.setState(TaggingState state) Deprecated.This method is deprecated because other libraries could cache the result ofTagsComponent.getState(), use a stale value, and behave incorrectly.
Tags.getState(), use a stale value, and behave incorrectly.