Package com.netflix.genie.web.selectors
Interface AgentLauncherSelector
- All Superinterfaces:
- ResourceSelector<AgentLauncher,- AgentLauncherSelectionContext> 
- All Known Implementing Classes:
- RandomAgentLauncherSelectorImpl,- ScriptAgentLauncherSelectorImpl
@Validated
public interface AgentLauncherSelector
extends ResourceSelector<AgentLauncher,AgentLauncherSelectionContext> 
Interface for any classes which provide a way to select a 
AgentLauncher from a set of available candidates.- Since:
- 4.0.0
- 
Method SummaryMethods inherited from interface com.netflix.genie.web.selectors.ResourceSelectorselect
- 
Method Details- 
getAgentLaunchersCollection<AgentLauncher> getAgentLaunchers()Get the list of all availableAgentLauncher.- Returns:
- a collection of AgentLauncher
 
 
-