Interface SlotAssigner
-
- All Known Implementing Classes:
DefaultSlotAssigner,StateLocalitySlotAssigner
@Internal public interface SlotAssignerInterface for assigning slots to slot sharing groups.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<JobSchedulingPlan.SlotAssignment>assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)
-
-
-
Method Detail
-
assignSlots
Collection<JobSchedulingPlan.SlotAssignment> assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)
-
-