| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocatedSlotPool.FreeSlotInfo> |
FreeSlotInfoTracker.getFreeSlotsWithIdleSinceInformation()
Returns a list of
AllocatedSlotPool.FreeSlotInfo objects about all slots with slot
idle since that are currently available in the slot pool. |
Collection<AllocatedSlotPool.FreeSlotInfo> |
DefaultFreeSlotInfoTracker.getFreeSlotsWithIdleSinceInformation() |
| Constructor and Description |
|---|
DefaultFreeSlotInfoTracker(Set<AllocationID> freeSlots,
Function<AllocationID,SlotInfo> slotInfoLookup,
Function<AllocationID,AllocatedSlotPool.FreeSlotInfo> freeSlotInfoLookup,
Function<ResourceID,Double> taskExecutorUtilizationLookup) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.