| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFreeSlotInfoTracker
Default implements of
FreeSlotInfoTracker. |
| Modifier and Type | Method and Description |
|---|---|
FreeSlotInfoTracker |
FreeSlotInfoTracker.createNewFreeSlotInfoTrackerWithoutBlockedSlots(Set<AllocationID> blockedSlots)
Create a new free slot tracker without blocked slots.
|
FreeSlotInfoTracker |
SlotPool.getFreeSlotInfoTracker()
Returns all free slot tracker.
|
FreeSlotInfoTracker |
DefaultAllocatedSlotPool.getFreeSlotInfoTracker() |
FreeSlotInfoTracker |
AllocatedSlotPool.getFreeSlotInfoTracker()
Returns information about all currently free slots.
|
FreeSlotInfoTracker |
DeclarativeSlotPool.getFreeSlotInfoTracker()
Returns the free slot tracker.
|
FreeSlotInfoTracker |
DeclarativeSlotPoolBridge.getFreeSlotInfoTracker() |
FreeSlotInfoTracker |
DefaultDeclarativeSlotPool.getFreeSlotInfoTracker() |
| 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. |
protected abstract Optional<SlotSelectionStrategy.SlotInfoAndLocality> |
LocationPreferenceSlotSelectionStrategy.selectWithoutLocationPreference(FreeSlotInfoTracker freeSlotInfoTracker,
ResourceProfile resourceProfile) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.