Class TaskExecutorHeartbeatPayload
- java.lang.Object
-
- org.apache.flink.runtime.taskexecutor.TaskExecutorHeartbeatPayload
-
- All Implemented Interfaces:
Serializable
public class TaskExecutorHeartbeatPayload extends Object implements Serializable
Payload for heartbeats sent from the TaskExecutor to the ResourceManager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskExecutorHeartbeatPayload(SlotReport slotReport, ClusterPartitionReport clusterPartitionReport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterPartitionReport
getClusterPartitionReport()
SlotReport
getSlotReport()
String
toString()
-
-
-
Constructor Detail
-
TaskExecutorHeartbeatPayload
public TaskExecutorHeartbeatPayload(SlotReport slotReport, ClusterPartitionReport clusterPartitionReport)
-
-
Method Detail
-
getSlotReport
public SlotReport getSlotReport()
-
getClusterPartitionReport
public ClusterPartitionReport getClusterPartitionReport()
-
-