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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllocatedSlotReport(JobID jobId, Collection<AllocatedSlotInfo> allocatedSlotInfos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AllocatedSlotInfo>
getAllocatedSlotInfos()
JobID
getJobId()
String
toString()
-
-
-
Constructor Detail
-
AllocatedSlotReport
public AllocatedSlotReport(JobID jobId, Collection<AllocatedSlotInfo> allocatedSlotInfos)
-
-
Method Detail
-
getJobId
public JobID getJobId()
-
getAllocatedSlotInfos
public Collection<AllocatedSlotInfo> getAllocatedSlotInfos()
-
-