Class AllocatedSlotReport

  • All Implemented Interfaces:
    Serializable

    public class AllocatedSlotReport
    extends Object
    implements Serializable
    The report of currently allocated slots from a given TaskExecutor by a JobMaster. This report is sent periodically to the TaskExecutor in order to reconcile the internal state of slot allocations.
    See Also:
    Serialized Form
    • Constructor Detail

      • AllocatedSlotReport

        public AllocatedSlotReport​(org.apache.flink.api.common.JobID jobId,
                                   Collection<AllocatedSlotInfo> allocatedSlotInfos)