| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool | |
| org.apache.flink.runtime.util |
| Modifier and Type | Class and Description |
|---|---|
class |
LocationPreferenceSlotSelectionStrategy
This class implements a
SlotSelectionStrategy that is based on location preference hints. |
class |
PreviousAllocationSlotSelectionStrategy
This class implements a
SlotSelectionStrategy that is based on previous allocations and
falls back to using location preference hints if there is no previous allocation. |
| Modifier and Type | Method and Description |
|---|---|
static PreviousAllocationSlotSelectionStrategy |
PreviousAllocationSlotSelectionStrategy.create(SlotSelectionStrategy fallbackSlotSelectionStrategy) |
| Constructor and Description |
|---|
PhysicalSlotProviderImpl(SlotSelectionStrategy slotSelectionStrategy,
SlotPool slotPool) |
| Modifier and Type | Method and Description |
|---|---|
static SlotSelectionStrategy |
SlotSelectionStrategyUtils.selectSlotSelectionStrategy(JobType jobType,
org.apache.flink.configuration.Configuration configuration) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.