Uses of Interface
org.apache.flink.runtime.jobmaster.LogicalSlot.Payload
-
Packages that use LogicalSlot.Payload Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.jobmaster org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of LogicalSlot.Payload in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement LogicalSlot.Payload Modifier and Type Class Description classExecutionA single execution of a vertex. -
Uses of LogicalSlot.Payload in org.apache.flink.runtime.jobmaster
Fields in org.apache.flink.runtime.jobmaster declared as LogicalSlot.Payload Modifier and Type Field Description static LogicalSlot.PayloadLogicalSlot. TERMINATED_PAYLOADMethods in org.apache.flink.runtime.jobmaster that return LogicalSlot.Payload Modifier and Type Method Description LogicalSlot.PayloadLogicalSlot. getPayload()Returns the set payload or null if none.Methods in org.apache.flink.runtime.jobmaster with parameters of type LogicalSlot.Payload Modifier and Type Method Description booleanLogicalSlot. tryAssignPayload(LogicalSlot.Payload payload)Tries to assign a payload to this slot. -
Uses of LogicalSlot.Payload in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return LogicalSlot.Payload Modifier and Type Method Description LogicalSlot.PayloadSingleLogicalSlot. getPayload()Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type LogicalSlot.Payload Modifier and Type Method Description booleanSingleLogicalSlot. tryAssignPayload(LogicalSlot.Payload payload)
-