Uses of Enum Class
com.google.common.util.concurrent.ClosingFuture.State
Packages that use ClosingFuture.State
-
Uses of ClosingFuture.State in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent with type parameters of type ClosingFuture.StateModifier and TypeFieldDescriptionprivate final AtomicReference<ClosingFuture.State>ClosingFuture.stateMethods in com.google.common.util.concurrent that return ClosingFuture.StateModifier and TypeMethodDescriptionstatic ClosingFuture.StateReturns the enum constant of this class with the specified name.static ClosingFuture.State[]ClosingFuture.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.util.concurrent with parameters of type ClosingFuture.StateModifier and TypeMethodDescriptionprivate voidClosingFuture.checkAndUpdateState(ClosingFuture.State oldState, ClosingFuture.State newState) private booleanClosingFuture.compareAndUpdateState(ClosingFuture.State oldState, ClosingFuture.State newState)