Uses of Class
io.opencensus.tags.TaggingState
-
Packages that use TaggingState Package Description io.opencensus.implcore.tags io.opencensus.tags API for associating tags with scoped operations. -
-
Uses of TaggingState in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags that return TaggingState Modifier and Type Method Description TaggingStateTagsComponentImplBase. getState()private static TaggingStateTagsComponentImplBase. stateToTaggingState(CurrentState.State state)Methods in io.opencensus.implcore.tags with parameters of type TaggingState Modifier and Type Method Description voidTagsComponentImplBase. setState(TaggingState newState)Deprecated.private static CurrentState.StateTagsComponentImplBase. taggingStateToState(TaggingState taggingState) -
Uses of TaggingState in io.opencensus.tags
Methods in io.opencensus.tags that return TaggingState Modifier and Type Method Description TaggingStateNoopTags.NoopTagsComponent. getState()static TaggingStateTags. getState()Returns the currentTaggingState.abstract TaggingStateTagsComponent. getState()Returns the currentTaggingState.static TaggingStateTaggingState. valueOf(java.lang.String name)Returns 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 TaggingState Modifier and Type Method Description voidNoopTags.NoopTagsComponent. setState(TaggingState state)Deprecated.static voidTags. setState(TaggingState state)Deprecated.This method is deprecated because other libraries could cache the result ofTags.getState(), use a stale value, and behave incorrectly.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.
-