Uses of Interface
org.apache.flink.runtime.jobmaster.SlotInfo
-
-
Uses of SlotInfo in org.apache.flink.runtime.jobmaster
Subinterfaces of SlotInfo in org.apache.flink.runtime.jobmaster Modifier and Type Interface Description interfaceSlotContextInterface for the context of aLogicalSlot. -
Uses of SlotInfo in org.apache.flink.runtime.jobmaster.slotpool
Subinterfaces of SlotInfo in org.apache.flink.runtime.jobmaster.slotpool Modifier and Type Interface Description interfacePhysicalSlotThe context of anAllocatedSlot.Methods in org.apache.flink.runtime.jobmaster.slotpool that return SlotInfo Modifier and Type Method Description SlotInfoAllocatedSlotPool.FreeSlotInfo. asSlotInfo()SlotInfoDefaultFreeSlotTracker. getSlotInfo(AllocationID allocationId)SlotInfoFreeSlotTracker. getSlotInfo(AllocationID allocationId)Get slot info by allocation id, this slot must exist.SlotInfoSlotSelectionStrategy.SlotInfoAndLocality. getSlotInfo()Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type SlotInfo Modifier and Type Method Description Collection<SlotInfo>DeclarativeSlotPoolBridge. getAllocatedSlotsInformation()Collection<SlotInfo>SlotPool. getAllocatedSlotsInformation()Returns a list ofSlotInfoobjects about all slots that are currently allocated in the slot pool.Collection<? extends SlotInfo>AllocatedSlotPool. getAllSlotsInformation()Returns information about all slots in this pool.Collection<? extends SlotInfo>DeclarativeSlotPool. getAllSlotsInformation()Returns the slot information for all slots (free and allocated slots).Collection<? extends SlotInfo>DefaultAllocatedSlotPool. getAllSlotsInformation()Collection<? extends SlotInfo>DefaultDeclarativeSlotPool. getAllSlotsInformation()Optional<SlotInfo>AllocatedSlotPool. getSlotInformation(AllocationID allocationID)Returns slot information specified by the given allocationId.Optional<SlotInfo>DefaultAllocatedSlotPool. getSlotInformation(AllocationID allocationID)Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotInfo Modifier and Type Method Description doubleDefaultFreeSlotTracker. getTaskExecutorUtilization(SlotInfo slotInfo)doubleFreeSlotTracker. getTaskExecutorUtilization(SlotInfo slotInfo)Get task executor utilization of this slot.static SlotSelectionStrategy.SlotInfoAndLocalitySlotSelectionStrategy.SlotInfoAndLocality. of(SlotInfo slotInfo, Locality locality) -
Uses of SlotInfo in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return SlotInfo Modifier and Type Method Description SlotInfoJobSchedulingPlan.SlotAssignment. getSlotInfo()Constructors in org.apache.flink.runtime.scheduler.adaptive with parameters of type SlotInfo Constructor Description SlotAssignment(SlotInfo slotInfo, Object target) -
Uses of SlotInfo in org.apache.flink.runtime.scheduler.adaptive.allocator
-