public class DefaultExecutionDeployer extends Object implements ExecutionDeployer
ExecutionDeployer.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultExecutionDeployer.Factory
Factory to instantiate the
DefaultExecutionDeployer. |
| Modifier and Type | Method and Description |
|---|---|
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 in interface 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–2025 The Apache Software Foundation. All rights reserved.