Package | Description |
---|---|
org.apache.flink.runtime.jobmaster.slotpool |
Modifier and Type | Method and Description |
---|---|
SlotInfoWithUtilization |
AllocatedSlotPool.FreeSlotInfo.asSlotInfo() |
static SlotInfoWithUtilization |
SlotInfoWithUtilization.from(SlotInfo slotInfo,
double taskExecutorUtilization) |
Modifier and Type | Method and Description |
---|---|
Collection<SlotInfoWithUtilization> |
SlotPool.getAvailableSlotsInformation()
Returns a list of
SlotInfoWithUtilization objects about all slots that are currently
available in the slot pool. |
Collection<SlotInfoWithUtilization> |
SlotPoolImpl.getAvailableSlotsInformation() |
Modifier and Type | Method and Description |
---|---|
static SlotSelectionStrategy.SlotInfoAndResources |
SlotSelectionStrategy.SlotInfoAndResources.fromSingleSlot(SlotInfoWithUtilization slotInfoWithUtilization) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.