| Interface | Description |
|---|---|
| Job |
This interface represents only the most basic of a job, to
be placed in a scheduler or other forms.
|
| Scheduler |
This interface represents only the most basic of a scheduler.
|
| Class | Description |
|---|---|
| AbstractQueueScheduler | |
| BasicJob | |
| FIFOScheduler |
This class provides and implementation of scheduler with a first in
first out queue.
|
| LazyScheduler |
This class provides and implementation of scheduler with a priority
sensitive queue and polls from iterator when queue is empty.
|
| PriorityQueueScheduler |
This class provides and implementation of scheduler with a priority
sensitive queue.
|
| Enum | Description |
|---|---|
| Priority |
Job priorities, list in descending order of priority:
HIGHEST, HIGH, NORMAL, LOW, LOWEST.
|
Copyright © 2018. All rights reserved.