|
Generated by JDiff |
||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Changed Classes and Interfaces | |
|
An abstract implementation of ListenableFuture, intended for advanced users only. |
|
Abstract ListeningExecutorService implementation that creates ListenableFuture instances for each Runnable and Callable submitted to it. |
|
Transforms a value, possibly asynchronously. |
|
Static utility methods pertaining to classes in the {@code java.util.concurrent.atomic} package. |
|
Static utility methods pertaining to the Callable interface. |
|
A function from an input to a ClosingFuture of a result. |
|
An operation that computes a result. |
|
A function from an input to a result. |
CombiningCallable |
An operation that returns a result and may throw an exception. |
AsyncClosingFunction2 |
A function that returns a ClosingFuture when applied to the values of the two futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture). |
ClosingFunction2 |
A function that returns a value when applied to the values of the two futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture). |
AsyncClosingFunction3 |
A function that returns a ClosingFuture when applied to the values of the three futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture). |
ClosingFunction3 |
A function that returns a value when applied to the values of the three futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture). |
AsyncClosingFunction4 |
A function that returns a ClosingFuture when applied to the values of the four futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture). |
ClosingFunction4 |
A function that returns a value when applied to the values of the four futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture). |
AsyncClosingFunction5 |
A function that returns a ClosingFuture when applied to the values of the five futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture). |
ClosingFunction5 |
A function that returns a value when applied to the values of the five futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture). |
|
An object that can return the value of the ClosingFutures that are passed to .whenAllComplete(Iterable) or .whenAllSucceed(Iterable). |
|
An object that holds the final result of an asynchronous ClosingFuture operation and allows the user to close all the closeable objects that were captured during it for later closing. |
|
A TimeLimiter implementation which actually does not attempt to limit time at all. |
|
An executor service which forwards all its method calls to another executor service. |
|
A Future which forwards all its method calls to another future. |
|
A listening executor service which forwards all its method calls to another listening executor service. |
|
A callback for accepting the results of a java.util.concurrent.Future computation asynchronously. |
|
Static utility methods pertaining to the Future interface. |
|
A FutureTask that also implements the ListenableFuture interface. |
|
An ExecutorService that returns ListenableFuture instances. |
|
The lifecycle states of a service. |
|
A ListenableFuture whose result can be set by a .set(Object), .setException(Throwable) or .setFuture(ListenableFuture) call. |
|
A TimeLimiter that runs method calls in the background using an ExecutorService. |
|
A striped {@code Lock/Semaphore/ReadWriteLock}. |
|
Imposes a time limit on method calls. |
|
Utilities for treating interruptible operations as uninterruptible. |
|
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |