Uses of Class
com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason
-
Packages that use AggregateFuture.ReleaseResourcesReason Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AggregateFuture.ReleaseResourcesReason in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return AggregateFuture.ReleaseResourcesReason Modifier and Type Method 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.Methods in com.google.common.util.concurrent with parameters of type AggregateFuture.ReleaseResourcesReason Modifier and Type Method Description (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, afterAggregateFuture.handleAllCompleted()
has been called).(package private) void
CollectionFuture. releaseResources(AggregateFuture.ReleaseResourcesReason reason)
(package private) void
CombinedFuture. releaseResources(AggregateFuture.ReleaseResourcesReason reason)
-