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 aCommand
from a set of commands which matched criterion provided by a user in aJobRequest
.- Since:
- 4.0.0
-
-
Method Summary
-
Methods inherited from interface com.netflix.genie.web.selectors.ResourceSelector
select
-
-