Interface SchedulingConstraint
-
- All Known Implementing Classes:
AntiAffinitySchedulingConstraint
,ContainerTypeAwareSchedulingConstraint
,FreeSlotSchedulingConstraint
,LocalitySchedulingConstraint
,NodeShareSchedulingConstraint
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@ThreadSafe @FunctionalInterface public interface SchedulingConstraint
Functions to test schedulability with a pair of an executor and a task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
testSchedulability(ExecutorRepresenter executor, Task task)
-
-
-
Method Detail
-
testSchedulability
boolean testSchedulability(ExecutorRepresenter executor, Task task)
-
-