Uses of Enum
io.opencensus.implcore.internal.CurrentState.State
Packages that use CurrentState.State
Package
Description
-
Uses of CurrentState.State in io.opencensus.implcore.internal
Fields in io.opencensus.implcore.internal declared as CurrentState.StateModifier and TypeFieldDescriptionprivate final CurrentState.State
CurrentState.InternalState.state
Methods in io.opencensus.implcore.internal that return CurrentState.StateModifier and TypeMethodDescriptionCurrentState.get()
Returns the current state and updates the status as being read.CurrentState.getInternal()
Returns the current state without updating the status as being read.static CurrentState.State
Returns the enum constant of this type with the specified name.static CurrentState.State[]
CurrentState.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.implcore.internal with parameters of type CurrentState.StateModifier and TypeMethodDescriptionboolean
CurrentState.set
(CurrentState.State state) Sets current state to the given state.Constructors in io.opencensus.implcore.internal with parameters of type CurrentState.StateModifierConstructorDescriptionCurrentState
(CurrentState.State defaultState) Constructs a newCurrentState
.private
InternalState
(CurrentState.State state, boolean isRead) -
Uses of CurrentState.State in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as CurrentState.StateModifier and TypeFieldDescriptionprivate static final CurrentState.State
StatsComponentImplBase.DEFAULT_STATE
Methods in io.opencensus.implcore.stats that return CurrentState.StateModifier and TypeMethodDescriptionprivate static CurrentState.State
StatsComponentImplBase.statsStateToState
(StatsCollectionState statsCollectionState) Methods in io.opencensus.implcore.stats with parameters of type CurrentState.StateModifier and TypeMethodDescriptionMeasureToViewMap.getMetrics
(Clock clock, CurrentState.State state) (package private) ViewData
MeasureToViewMap.getView
(View.Name viewName, Clock clock, CurrentState.State state) private static StatsCollectionState
StatsComponentImplBase.stateToStatsState
(CurrentState.State state) (package private) Metric
MutableViewData.CumulativeMutableViewData.toMetric
(Timestamp now, CurrentState.State state) (package private) Metric
MutableViewData.IntervalMutableViewData.toMetric
(Timestamp now, CurrentState.State state) (package private) abstract Metric
MutableViewData.toMetric
(Timestamp now, CurrentState.State state) (package private) ViewData
MutableViewData.CumulativeMutableViewData.toViewData
(Timestamp now, CurrentState.State state) (package private) ViewData
MutableViewData.IntervalMutableViewData.toViewData
(Timestamp now, CurrentState.State state) (package private) abstract ViewData
MutableViewData.toViewData
(Timestamp now, CurrentState.State state) Convert thisMutableViewData
toViewData
. -
Uses of CurrentState.State in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as CurrentState.StateModifier and TypeFieldDescriptionprivate static final CurrentState.State
TagsComponentImplBase.DEFAULT_STATE
Methods in io.opencensus.implcore.tags that return CurrentState.StateModifier and TypeMethodDescriptionprivate static CurrentState.State
TagsComponentImplBase.taggingStateToState
(TaggingState taggingState) Methods in io.opencensus.implcore.tags with parameters of type CurrentState.StateModifier and TypeMethodDescriptionprivate static TaggingState
TagsComponentImplBase.stateToTaggingState
(CurrentState.State state)