Uses of Interface
org.apache.flink.runtime.jobmaster.SlotContext
-
Packages that use SlotContext Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of SlotContext in org.apache.flink.runtime.jobmaster.slotpool
Subinterfaces of SlotContext in org.apache.flink.runtime.jobmaster.slotpool Modifier and Type Interface Description interfacePhysicalSlotThe context of anAllocatedSlot.Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotContext Constructor Description SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner)SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner, boolean willBeOccupiedIndefinitely)
-