| Interface | Description |
|---|---|
| Supervisor |
Manages running tasks and informs users of their progress, but does not
execute the task.
|
| Task<V> |
A task is a job that can be scheduled, run, or cancelled.
|
| Class | Description |
|---|---|
| AbstractTask<V> |
An abstract task that stores a name and owner.
|
| FutureForwardingTask<V> |
A task that wraps a
ListenableFuture. |
| SimpleSupervisor |
An implementation of a
Supervisor. |
| TaskStateComparator |
Compares task states according to the order of the
Task.State
enumeration. |
| Enum | Description |
|---|---|
| Task.State |
Represents the state of a task.
|
Copyright © 2015. All Rights Reserved.