@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| RandomAgentLauncherSelectorImpl |
Basic implementation of a
AgentLauncherSelector where a random AgentLauncher is selected from the
options presented. |
| 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. |
| ScriptAgentLauncherSelectorImpl |
An implementation of the
AgentLauncherSelector interface which uses user-provided script to make decisions
based on the list of agent launchers and the job request supplied. |
| 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. |