Uses of Enum
io.opencensus.implcore.internal.CurrentState.State
Packages that use CurrentState.State
-
Uses of CurrentState.State in io.opencensus.implcore.internal
Subclasses with type arguments of type CurrentState.State in io.opencensus.implcore.internalMethods 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.