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) |
SchedulerImpl(SlotSelectionStrategy slotSelectionStrategy,
SlotPool slotPool) |
SchedulerImpl(SlotSelectionStrategy slotSelectionStrategy,
SlotPool slotPool,
Map<SlotSharingGroupId,SlotSharingManager> slotSharingManagers) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.