| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| 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) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.