Uses of Class
com.google.common.util.concurrent.ClosingFuture.State
-
Packages that use ClosingFuture.State Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ClosingFuture.State in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent with type parameters of type ClosingFuture.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ClosingFuture.State>
ClosingFuture. state
Methods in com.google.common.util.concurrent that return ClosingFuture.State Modifier and Type Method Description static ClosingFuture.State
ClosingFuture.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClosingFuture.State[]
ClosingFuture.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.util.concurrent with parameters of type ClosingFuture.State Modifier and Type Method Description private void
ClosingFuture. checkAndUpdateState(ClosingFuture.State oldState, ClosingFuture.State newState)
private boolean
ClosingFuture. compareAndUpdateState(ClosingFuture.State oldState, ClosingFuture.State newState)
-