Class AllocatedSlotReport
java.lang.Object
org.apache.flink.runtime.jobmaster.AllocatedSlotReport
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionAllocatedSlotReport(org.apache.flink.api.common.JobID jobId, Collection<AllocatedSlotInfo> allocatedSlotInfos) -
Method Summary
-
Constructor Details
-
AllocatedSlotReport
public AllocatedSlotReport(org.apache.flink.api.common.JobID jobId, Collection<AllocatedSlotInfo> allocatedSlotInfos)
-
-
Method Details