Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlot.Payload
-
Packages that use PhysicalSlot.Payload Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of PhysicalSlot.Payload in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement PhysicalSlot.Payload Modifier and Type Class Description classSingleLogicalSlotImplementation of theLogicalSlot.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type PhysicalSlot.Payload Modifier and Type Method Description booleanPhysicalSlot. tryAssignPayload(PhysicalSlot.Payload payload)Tries to assign the given payload to this allocated slot.
-