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 TaggingStateModifier and TypeMethodDescriptionTagsComponentImplBase.getState()private static TaggingStateTagsComponentImplBase.stateToTaggingState(CurrentState.State state) Methods in io.opencensus.implcore.tags with parameters of type TaggingStateModifier and TypeMethodDescriptionvoidTagsComponentImplBase.setState(TaggingState newState) Deprecated.private static CurrentState.StateTagsComponentImplBase.taggingStateToState(TaggingState taggingState) -
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 TypeMethodDescriptionNoopTags.NoopTagsComponent.getState()static 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 TypeMethodDescriptionvoidNoopTags.NoopTagsComponent.setState(TaggingState state) Deprecated.static 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.