Uses of Class
org.apache.flink.runtime.taskexecutor.ExecutionDeploymentReport
Packages that use ExecutionDeploymentReport
-
Uses of ExecutionDeploymentReport in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type ExecutionDeploymentReportModifier and TypeMethodDescriptionvoidDefaultExecutionDeploymentReconciler.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 ExecutionDeploymentReportModifier and TypeMethodDescriptionTaskExecutorToJobManagerHeartbeatPayload.getExecutionDeploymentReport()Constructors in org.apache.flink.runtime.taskexecutor with parameters of type ExecutionDeploymentReportModifierConstructorDescriptionTaskExecutorToJobManagerHeartbeatPayload(AccumulatorReport accumulatorReport, ExecutionDeploymentReport executionDeploymentReport)