Uses of Class
io.opencensus.implcore.internal.CurrentState.InternalState
-
Packages that use CurrentState.InternalState Package Description io.opencensus.implcore.internal -
-
Uses of CurrentState.InternalState in io.opencensus.implcore.internal
Fields in io.opencensus.implcore.internal with type parameters of type CurrentState.InternalState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<CurrentState.InternalState>
CurrentState. currentInternalState
Methods in io.opencensus.implcore.internal that return CurrentState.InternalState Modifier and Type Method Description static CurrentState.InternalState
CurrentState.InternalState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CurrentState.InternalState[]
CurrentState.InternalState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-