public interface ExecutionDeployer
Modifier and Type | Interface and Description |
---|---|
static interface |
ExecutionDeployer.Factory
Factory to instantiate the
ExecutionDeployer . |
Modifier and Type | Method and Description |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.