|
Generated by JDiff |
||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Changed Classes and Interfaces | |
|
Base class for services that can implement .startUp, .run and .shutDown methods. |
|
An abstract implementation of ListenableFuture, intended for advanced users only. |
|
Base class for services that do not need a thread while "running" but may need one during startup and shutdown. |
|
Base class for services that can implement .startUp and .shutDown but while in the "running" state need to perform a periodic task. |
Scheduler |
A scheduler defines the policy for how the AbstractScheduledService should run its task. |
|
Base class for implementing services that can handle .doStart and .doStop requests, responding to them with .notifyStarted() and .notifyStopped() callbacks. |
|
A map containing {@code long} values that can be atomically updated. |
|
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 capture objects to be closed later, when a ClosingFuture pipeline is done. |
|
An object that can return the value of the ClosingFutures that are passed to .whenAllComplete(Iterable) or .whenAllSucceed(Iterable). |
|
Error variant of java.util.concurrent.ExecutionException. |
|
A ListenableFuture that supports fluent chains of operations. |
|
Static utility methods pertaining to the Future interface. |
|
A ScheduledExecutorService that returns ListenableFuture instances from its {@code ExecutorService} methods. |
|
A synchronization abstraction supporting waiting on arbitrary boolean conditions. |
|
Factory and utility methods for java.util.concurrent.Executor, ExecutorService, and java.util.concurrent.ThreadFactory. |
|
A rate limiter. |
|
An object with an operational state, plus asynchronous .startAsync() and .stopAsync() lifecycle methods to transition between states. |
|
A manager for monitoring and controlling a set of Service services. |
|
Imposes a time limit on method calls. |
|
Unchecked variant of java.util.concurrent.ExecutionException. |
|
Unchecked version of java.util.concurrent.TimeoutException. |
|
Utilities for treating interruptible operations as uninterruptible. |
|
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |