Class AllocatedSlotReport

java.lang.Object
org.apache.flink.runtime.jobmaster.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:
  • Constructor Details

    • AllocatedSlotReport

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