public interface ExecutionDeployer
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
ExecutionDeployer.Factory
Factory to instantiate the
ExecutionDeployer. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
allocateSlotsAndDeploy(List<Execution> executionsToDeploy,
Map<ExecutionVertexID,ExecutionVertexVersion> requiredVersionByVertex)
Allocate slots and deploy executions.
|
void allocateSlotsAndDeploy(List<Execution> executionsToDeploy, Map<ExecutionVertexID,ExecutionVertexVersion> requiredVersionByVertex)
executionsToDeploy - 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–2022 The Apache Software Foundation. All rights reserved.