See: Description
| Interface | Description |
|---|---|
| ListenableScheduledFuture<T> |
Interface which includes the
ScheduledFuture interface as well as the
ListenableFuture interface. |
| Class | Description |
|---|---|
| PrioritySchedulerServiceWrapper |
This is a wrapper for
PriorityScheduler to be a drop in replacement for any
ScheduledExecutorService (AKA the
ScheduledThreadPoolExecutor
interface). |
| ScheduledExecutorServiceWrapper |
This is a wrapper for the
ScheduledThreadPoolExecutor to use that
implementation with the SubmitterScheduler. |
| SingleThreadSchedulerServiceWrapper |
This is a wrapper for
SingleThreadScheduler to be a drop in replacement for any
ScheduledExecutorService (AKA the
ScheduledThreadPoolExecutor
interface). |