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)
ExecutionDeployer
allocateSlotsAndDeploy
in interface ExecutionDeployer
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–2024 The Apache Software Foundation. All rights reserved.