| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionDeploymentReport |
TaskExecutorToJobManagerHeartbeatPayload.getExecutionDeploymentReport() |
| Constructor and Description |
|---|
TaskExecutorToJobManagerHeartbeatPayload(AccumulatorReport accumulatorReport,
ExecutionDeploymentReport executionDeploymentReport) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.