|
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. |
|
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. |
CustomScheduler.Schedule |
A value object that represents an absolute delay until a task should be invoked. |
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 {@code double} value that may be updated atomically. |
|
A {@code double} array in which elements may be updated atomically. |
|
A map containing {@code long} values that can be atomically updated. |
|
An object that can capture objects to be closed later, when a ClosingFuture pipeline is done. |
|
A ListenableFuture that supports fluent chains of operations. |
|
Static utility methods pertaining to the Future interface. |
|
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. |
|
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. |
|
Utilities for treating interruptible operations as uninterruptible. |
|
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |