@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| RandomClusterSelectorImpl |
Basic implementation of a
ClusterSelector where a random Cluster is selected from the options
presented. |
| RandomCommandSelectorImpl |
Basic implementation of a
CommandSelector where a random Command is selected from the options
presented. |
| ScriptClusterSelectorImpl |
An implementation of the
ClusterSelector interface which uses user-provided script to make decisions
based on the list of clusters and the job request supplied. |
| ScriptCommandSelectorImpl |
Implementation of
CommandSelector which defers the decision to a script provided by the system
administrators. |