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