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.state
Methods in com.google.common.util.concurrent that return ClosingFuture.StateModifier and TypeMethodDescriptionstatic ClosingFuture.State
Returns 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 void
ClosingFuture.checkAndUpdateState
(ClosingFuture.State oldState, ClosingFuture.State newState) private boolean
ClosingFuture.compareAndUpdateState
(ClosingFuture.State oldState, ClosingFuture.State newState)