| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| Modifier and Type | Method and Description |
|---|---|
static SlotSelectionStrategy.SlotInfoAndLocality |
SlotSelectionStrategy.SlotInfoAndLocality.of(SlotInfo slotInfo,
Locality locality) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SlotSelectionStrategy.SlotInfoAndLocality> |
LocationPreferenceSlotSelectionStrategy.selectBestSlotForProfile(FreeSlotInfoTracker freeSlotInfoTracker,
SlotProfile slotProfile) |
Optional<SlotSelectionStrategy.SlotInfoAndLocality> |
PreviousAllocationSlotSelectionStrategy.selectBestSlotForProfile(FreeSlotInfoTracker freeSlotInfoTracker,
SlotProfile slotProfile) |
Optional<SlotSelectionStrategy.SlotInfoAndLocality> |
SlotSelectionStrategy.selectBestSlotForProfile(FreeSlotInfoTracker freeSlotInfoTracker,
SlotProfile slotProfile)
Selects the best
SlotInfo w.r.t. a certain selection criterion from the provided list
of available slots and considering the given SlotProfile that describes the
requirements. |
protected abstract Optional<SlotSelectionStrategy.SlotInfoAndLocality> |
LocationPreferenceSlotSelectionStrategy.selectWithoutLocationPreference(FreeSlotInfoTracker freeSlotInfoTracker,
ResourceProfile resourceProfile) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.