public interface JobManager
Modifier and Type | Interface and Description |
---|---|
static interface |
JobManager.Immutable
Methods that do not change the JobManager state.
|
static interface |
JobManager.Mutable
Methods that do change the JobManager state.
|
static interface |
JobManager.ThreadSafe
Methods that are safe to call from any thread without additional synchronization.
|