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
Subclasses with type arguments of type CurrentState.State in io.opencensus.implcore.internalFields in io.opencensus.implcore.internal declared as CurrentState.StateModifier and TypeFieldDescriptionprivate final CurrentState.StateCurrentState.InternalState.stateMethods 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.StateReturns 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 TypeMethodDescriptionbooleanCurrentState.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.privateInternalState(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.StateStatsComponentImplBase.DEFAULT_STATEMethods in io.opencensus.implcore.stats that return CurrentState.StateModifier and TypeMethodDescriptionprivate static CurrentState.StateStatsComponentImplBase.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) ViewDataMeasureToViewMap.getView(View.Name viewName, Clock clock, CurrentState.State state) private static StatsCollectionStateStatsComponentImplBase.stateToStatsState(CurrentState.State state) (package private) MetricMutableViewData.CumulativeMutableViewData.toMetric(Timestamp now, CurrentState.State state) (package private) MetricMutableViewData.IntervalMutableViewData.toMetric(Timestamp now, CurrentState.State state) (package private) abstract MetricMutableViewData.toMetric(Timestamp now, CurrentState.State state) (package private) ViewDataMutableViewData.CumulativeMutableViewData.toViewData(Timestamp now, CurrentState.State state) (package private) ViewDataMutableViewData.IntervalMutableViewData.toViewData(Timestamp now, CurrentState.State state) (package private) abstract ViewDataMutableViewData.toViewData(Timestamp now, CurrentState.State state) Convert thisMutableViewDatatoViewData. -
Uses of CurrentState.State in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as CurrentState.StateModifier and TypeFieldDescriptionprivate static final CurrentState.StateTagsComponentImplBase.DEFAULT_STATEMethods in io.opencensus.implcore.tags that return CurrentState.StateModifier and TypeMethodDescriptionprivate static CurrentState.StateTagsComponentImplBase.taggingStateToState(TaggingState taggingState) Methods in io.opencensus.implcore.tags with parameters of type CurrentState.StateModifier and TypeMethodDescriptionprivate static TaggingStateTagsComponentImplBase.stateToTaggingState(CurrentState.State state)