@ParametersAreNonnullByDefault
Package com.netflix.genie.web.selectors.impl
Implementations of various selector interfaces.
- Since:
- 4.0.0
-
Class Summary Class Description RandomAgentLauncherSelectorImpl Basic implementation of aAgentLauncherSelectorwhere a randomAgentLauncheris selected from the options presented.RandomClusterSelectorImpl Basic implementation of aClusterSelectorwhere a randomClusteris selected from the options presented.RandomCommandSelectorImpl Basic implementation of aCommandSelectorwhere a randomCommandis selected from the options presented.ScriptAgentLauncherSelectorImpl An implementation of theAgentLauncherSelectorinterface which uses user-provided script to make decisions based on the list of agent launchers and the job request supplied.ScriptClusterSelectorImpl An implementation of theClusterSelectorinterface which uses user-provided script to make decisions based on the list of clusters and the job request supplied.ScriptCommandSelectorImpl Implementation ofCommandSelectorwhich defers the decision to a script provided by the system administrators.