| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocatedSlotPool.FreeSlotInfo> |
DefaultFreeSlotInfoTracker.getFreeSlotsWithIdleSinceInformation() |
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. |
| Constructor and Description |
|---|
DefaultFreeSlotInfoTracker(Set<AllocationID> freeSlots,
java.util.function.Function<AllocationID,SlotInfo> slotInfoLookup,
java.util.function.Function<AllocationID,AllocatedSlotPool.FreeSlotInfo> freeSlotInfoLookup,
java.util.function.Function<ResourceID,Double> taskExecutorUtilizationLookup) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.