Package | Description |
---|---|
org.apache.flink.runtime.jobmaster.slotpool |
Modifier and Type | Class and Description |
---|---|
class |
SlotPoolImpl
The slot pool serves slot request issued by
ExecutionGraph . |
Modifier and Type | Method and Description |
---|---|
SlotPool |
SlotPoolFactory.createSlotPool(JobID jobId) |
SlotPool |
DefaultSlotPoolFactory.createSlotPool(JobID jobId) |
Modifier and Type | Method and Description |
---|---|
Scheduler |
DefaultSchedulerFactory.createScheduler(SlotPool slotPool) |
Scheduler |
SchedulerFactory.createScheduler(SlotPool slotPool)
Creates a new scheduler instance that uses the given
SlotPool to allocate slots. |
Constructor and Description |
---|
SchedulerImpl(SlotSelectionStrategy slotSelectionStrategy,
SlotPool slotPool) |
SchedulerImpl(SlotSelectionStrategy slotSelectionStrategy,
SlotPool slotPool,
Map<SlotSharingGroupId,SlotSharingManager> slotSharingManagers) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.