Uses of Class
org.apache.nemo.common.ir.executionproperty.AssociatedProperty
-
Packages that use AssociatedProperty Package Description org.apache.nemo.runtime.master.scheduler -
-
Uses of AssociatedProperty in org.apache.nemo.runtime.master.scheduler
Classes in org.apache.nemo.runtime.master.scheduler with annotations of type AssociatedProperty Modifier and Type Class Description class
AntiAffinitySchedulingConstraint
Check if one of the tasks running on the executor, and the task to schedule are both in the anti-affinity group.class
ContainerTypeAwareSchedulingConstraint
This policy find executors which has corresponding container type.class
FreeSlotSchedulingConstraint
This policy finds executor that has free slot for a Task.class
LocalitySchedulingConstraint
This policy tries to pick the executors where the corresponding source or intermediate data for a task reside.class
NodeShareSchedulingConstraint
This constraint is to followResourceSiteProperty
.
-