Package | Description |
---|---|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<ClosingFuture.State> |
ClosingFuture.state |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private void |
ClosingFuture.checkAndUpdateState(ClosingFuture.State oldState,
ClosingFuture.State newState) |
private boolean |
ClosingFuture.compareAndUpdateState(ClosingFuture.State oldState,
ClosingFuture.State newState) |