Package | Description |
---|---|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Method and Description |
---|---|
static AggregateFuture.ReleaseResourcesReason |
AggregateFuture.ReleaseResourcesReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregateFuture.ReleaseResourcesReason[] |
AggregateFuture.ReleaseResourcesReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CombinedFuture.releaseResources(AggregateFuture.ReleaseResourcesReason reason) |
(package private) void |
CollectionFuture.releaseResources(AggregateFuture.ReleaseResourcesReason reason) |
(package private) void |
AggregateFuture.releaseResources(AggregateFuture.ReleaseResourcesReason reason)
Clears fields that are no longer needed after this future has completed -- or at least all its
inputs have completed (more precisely, after
AggregateFuture.handleAllCompleted() has been called). |