Uses of Class
io.opencensus.implcore.internal.CurrentState.State
-
Packages that use CurrentState.State Package Description io.opencensus.implcore.internal io.opencensus.implcore.stats io.opencensus.implcore.tags -
-
Uses of CurrentState.State in io.opencensus.implcore.internal
Fields in io.opencensus.implcore.internal declared as CurrentState.State Modifier and Type Field Description private CurrentState.State
CurrentState.InternalState. state
Methods in io.opencensus.implcore.internal that return CurrentState.State Modifier and Type Method Description CurrentState.State
CurrentState. get()
Returns the current state and updates the status as being read.CurrentState.State
CurrentState. getInternal()
Returns the current state without updating the status as being read.static CurrentState.State
CurrentState.State. valueOf(java.lang.String name)
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.State Modifier and Type Method Description boolean
CurrentState. set(CurrentState.State state)
Sets current state to the given state.Constructors in io.opencensus.implcore.internal with parameters of type CurrentState.State Constructor Description CurrentState(CurrentState.State defaultState)
Constructs a newCurrentState
.InternalState(CurrentState.State state, boolean isRead)
-
Uses of CurrentState.State in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as CurrentState.State Modifier and Type Field Description private static CurrentState.State
StatsComponentImplBase. DEFAULT_STATE
Methods in io.opencensus.implcore.stats that return CurrentState.State Modifier and Type Method Description private static CurrentState.State
StatsComponentImplBase. statsStateToState(StatsCollectionState statsCollectionState)
Methods in io.opencensus.implcore.stats with parameters of type CurrentState.State Modifier and Type Method Description (package private) java.util.List<Metric>
MeasureToViewMap. 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.State Modifier and Type Field Description private static CurrentState.State
TagsComponentImplBase. DEFAULT_STATE
Methods in io.opencensus.implcore.tags that return CurrentState.State Modifier and Type Method Description private static CurrentState.State
TagsComponentImplBase. taggingStateToState(TaggingState taggingState)
Methods in io.opencensus.implcore.tags with parameters of type CurrentState.State Modifier and Type Method Description private static TaggingState
TagsComponentImplBase. stateToTaggingState(CurrentState.State state)
-