| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
| 构造器和说明 |
|---|
DefaultFreeSlotInfoTracker(Set<AllocationID> freeSlots,
Function<AllocationID,SlotInfo> slotInfoLookup,
Function<AllocationID,AllocatedSlotPool.FreeSlotInfo> freeSlotInfoLookup,
Function<ResourceID,Double> taskExecutorUtilizationLookup) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.