Class TaskExecutorToJobManagerHeartbeatPayload
java.lang.Object
org.apache.flink.runtime.taskexecutor.TaskExecutorToJobManagerHeartbeatPayload
- All Implemented Interfaces:
Serializable
Payload for heartbeats sent from the TaskExecutor to the JobManager.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskExecutorToJobManagerHeartbeatPayload(AccumulatorReport accumulatorReport, ExecutionDeploymentReport executionDeploymentReport) -
Method Summary
-
Constructor Details
-
TaskExecutorToJobManagerHeartbeatPayload
public TaskExecutorToJobManagerHeartbeatPayload(AccumulatorReport accumulatorReport, ExecutionDeploymentReport executionDeploymentReport)
-
-
Method Details