Class NodeShareSchedulingConstraint
- java.lang.Object
-
- org.apache.nemo.runtime.master.scheduler.NodeShareSchedulingConstraint
-
- All Implemented Interfaces:
SchedulingConstraint
@AssociatedProperty(ResourceSiteProperty.class) public final class NodeShareSchedulingConstraint extends java.lang.Object implements SchedulingConstraint
This constraint is to followResourceSiteProperty
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
testSchedulability(ExecutorRepresenter executor, Task task)
-
-
-
Method Detail
-
testSchedulability
public boolean testSchedulability(ExecutorRepresenter executor, Task task)
- Specified by:
testSchedulability
in interfaceSchedulingConstraint
-
-