| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.jobmaster |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecutionDeploymentState |
ExecutionDeploymentState.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExecutionDeploymentState[] |
ExecutionDeploymentState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<ExecutionAttemptID,ExecutionDeploymentState> |
DefaultExecutionDeploymentTracker.getExecutionsOn(ResourceID host) |
Map<ExecutionAttemptID,ExecutionDeploymentState> |
ExecutionDeploymentTracker.getExecutionsOn(ResourceID host)
Returns all tracked executions for the given host.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.