| AdaptiveLAThreshold |
This class implements a rule with a max waiting time threshold value
specified relative to the minimum time it takes to process any job waiting in
the queue. maxWaitRelative has to be in the range [0,1].
|
| FixedLAThreshold |
This class implements a rule that assigns a lower priority to any lookahead
job arriving later than a given threshold value.
|
| IgnoreFutureJobs |
Helper class to use a rule which is designed to assign a low priority to
future jobs when the lookahead is enabled, thereby generating non delay
schedules.
|
| Inverse |
Negates the value of the base rule.
|
| LookaheadThreshold |
This class implements a method to distinguish lookahead jobs that arrive
later than a given threshold value.
|
| SimplePR |
Utility class that can be used to write simple priority rules as a lambda
expression (PR itself is not a functional interface).
|