|
Generated by JDiff |
||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED | ||||||
| Added Classes and Interfaces | |
|
|
Static utility methods pertaining to classes in the {@code java.util.concurrent.atomic} package. |
|
|
Error variant of java.util.concurrent.ExecutionException. |
|
|
An executor service which forwards all its method calls to another executor service. |
|
|
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. |
|
|
Utilities necessary for working with libraries that supply plain Future instances. |
|
|
An ExecutorService that returns ListenableFuture instances. |
|
|
A ScheduledExecutorService that returns ListenableFuture instances from its {@code ExecutorService} methods. |
|
|
A synchronization abstraction supporting waiting on arbitrary boolean conditions. |
|
|
A boolean condition for which a thread may wait. |
|
|
Unchecked variant of java.util.concurrent.ExecutionException. |
|
|
Utilities for treating interruptible operations as uninterruptible. |
| Changed Classes and Interfaces | |
|
|
A delegating wrapper around a ListenableFuture that adds support for the .checkedGet() and .checkedGet(long, TimeUnit) methods. |
|
|
Base class for services that can implement .startUp, .run and .shutDown methods. |
|
|
An abstract implementation of the ListenableFuture interface. |
|
|
Legacy location of AbstractFuture. |
|
|
A list of listeners, each with an associated {@code Executor}, that guarantees that every {@code Runnable} that is #add added will be executed after .execute() is called. |
|
|
Static utility methods pertaining to the Future interface. |
|
|
A FutureTask that also implements the ListenableFuture interface. |
|
|
Factory and utility methods for java.util.concurrent.Executor, ExecutorService, and ThreadFactory. |
|
|
A ListenableFuture whose result may be set by a .set(Object) or .setException(Throwable) call. |
|
|
A {@code Future} whose {@code get} calls cannot be interrupted. |
|
|||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||