Package com.netflix.genie.web.selectors
Interface CommandSelector
- All Superinterfaces:
ResourceSelector<Command,
CommandSelectionContext>
- All Known Implementing Classes:
RandomCommandSelectorImpl
,ScriptCommandSelectorImpl
@Validated
public interface CommandSelector
extends ResourceSelector<Command,CommandSelectionContext>
Interface for any classes which provide a way to select a
Command
from a set of commands
which matched criterion provided by a user in a JobRequest
.- Since:
- 4.0.0
-
Method Summary
Methods inherited from interface com.netflix.genie.web.selectors.ResourceSelector
select