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 voidDefaultExecutionDeploymentReconciler. reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID,ExecutionDeploymentState> expectedDeployedExecutions)voidExecutionDeploymentReconciler. 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 ExecutionDeploymentReportTaskExecutorToJobManagerHeartbeatPayload. getExecutionDeploymentReport()Constructors in org.apache.flink.runtime.taskexecutor with parameters of type ExecutionDeploymentReport Constructor Description TaskExecutorToJobManagerHeartbeatPayload(AccumulatorReport accumulatorReport, ExecutionDeploymentReport executionDeploymentReport)
-