Uses of Class
org.apache.flink.runtime.taskexecutor.ExecutionDeploymentReport
-
Packages that use ExecutionDeploymentReport Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.taskexecutor -
-
Uses of ExecutionDeploymentReport in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type ExecutionDeploymentReport Modifier and Type Method Description void
DefaultExecutionDeploymentReconciler. reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutions)
void
ExecutionDeploymentReconciler. reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutionIds)
Reconciles the deployment states between all reported/expected executions for the given task executor. -
Uses of ExecutionDeploymentReport in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return ExecutionDeploymentReport Modifier and Type Method Description ExecutionDeploymentReport
TaskExecutorToJobManagerHeartbeatPayload. getExecutionDeploymentReport()
Constructors in org.apache.flink.runtime.taskexecutor with parameters of type ExecutionDeploymentReport Constructor Description TaskExecutorToJobManagerHeartbeatPayload(AccumulatorReport accumulatorReport, ExecutionDeploymentReport executionDeploymentReport)
-