public class DefaultExecutionDeployer extends Object implements ExecutionDeployer
ExecutionDeployer.| 限定符和类型 | 类和说明 |
|---|---|
static class |
DefaultExecutionDeployer.Factory
Factory to instantiate the
DefaultExecutionDeployer. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
allocateSlotsAndDeploy(List<Execution> executionsToDeploy,
Map<ExecutionVertexID,ExecutionVertexVersion> requiredVersionByVertex)
Allocate slots and deploy executions.
|
public void allocateSlotsAndDeploy(List<Execution> executionsToDeploy, Map<ExecutionVertexID,ExecutionVertexVersion> requiredVersionByVertex)
ExecutionDeployerallocateSlotsAndDeploy 在接口中 ExecutionDeployerexecutionsToDeploy - executions to deployrequiredVersionByVertex - required versions of the execution vertices. If the actual
version does not match, the deployment of the execution will be rejected.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.