| 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(org.apache.flink.api.common.JobID jobId) |
SlotPool |
DefaultSlotPoolFactory.createSlotPool(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
Scheduler |
SchedulerFactory.createScheduler(SlotPool slotPool)
Creates a new scheduler instance that uses the given
SlotPool to allocate slots. |
Scheduler |
DefaultSchedulerFactory.createScheduler(SlotPool slotPool) |
| 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.