Class TaskExecutorHeartbeatPayload
java.lang.Object
org.apache.flink.runtime.taskexecutor.TaskExecutorHeartbeatPayload
- All Implemented Interfaces:
Serializable
Payload for heartbeats sent from the TaskExecutor to the ResourceManager.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskExecutorHeartbeatPayload(SlotReport slotReport, ClusterPartitionReport clusterPartitionReport) -
Method Summary
-
Constructor Details
-
TaskExecutorHeartbeatPayload
public TaskExecutorHeartbeatPayload(SlotReport slotReport, ClusterPartitionReport clusterPartitionReport)
-
-
Method Details