Uses of Interface
org.apache.flink.runtime.jobmaster.LogicalSlot.Payload
Packages that use LogicalSlot.Payload
Package
Description
-
Uses of LogicalSlot.Payload in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement LogicalSlot.Payload -
Uses of LogicalSlot.Payload in org.apache.flink.runtime.jobmaster
Fields in org.apache.flink.runtime.jobmaster declared as LogicalSlot.PayloadMethods in org.apache.flink.runtime.jobmaster that return LogicalSlot.PayloadModifier and TypeMethodDescriptionLogicalSlot.getPayload()Returns the set payload or null if none.Methods in org.apache.flink.runtime.jobmaster with parameters of type LogicalSlot.PayloadModifier and TypeMethodDescriptionbooleanLogicalSlot.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.PayloadMethods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type LogicalSlot.PayloadModifier and TypeMethodDescriptionbooleanSingleLogicalSlot.tryAssignPayload(LogicalSlot.Payload payload)