| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| 限定符和类型 | 方法和说明 |
|---|---|
SlotInfoWithUtilization |
AllocatedSlotPool.FreeSlotInfo.asSlotInfo() |
static SlotInfoWithUtilization |
SlotInfoWithUtilization.from(SlotInfo slotInfo,
double taskExecutorUtilization) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<SlotInfoWithUtilization> |
SlotPool.getAvailableSlotsInformation()
Returns a list of
SlotInfoWithUtilization objects about all slots that are currently
available in the slot pool. |
Collection<SlotInfoWithUtilization> |
DeclarativeSlotPoolBridge.getAvailableSlotsInformation() |
Collection<SlotInfoWithUtilization> |
DefaultDeclarativeSlotPool.getFreeSlotsInformation() |
Collection<SlotInfoWithUtilization> |
DeclarativeSlotPool.getFreeSlotsInformation()
Returns the slot information for all free slots (slots which can be allocated from the slot
pool).
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SlotSelectionStrategy.SlotInfoAndResources |
SlotSelectionStrategy.SlotInfoAndResources.fromSingleSlot(SlotInfoWithUtilization slotInfoWithUtilization) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.