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