| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.scheduler |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutionVertexVersion |
ExecutionVertexVersioner.recordModification(ExecutionVertexID executionVertexId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<ExecutionVertexID,ExecutionVertexVersion> |
ExecutionVertexVersioner.getExecutionVertexVersions(Collection<ExecutionVertexID> executionVertexIds) |
Map<ExecutionVertexID,ExecutionVertexVersion> |
ExecutionVertexVersioner.recordVertexModifications(Collection<ExecutionVertexID> vertices) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
ExecutionVertexVersioner.isModified(ExecutionVertexVersion executionVertexVersion) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultExecutionDeployer.allocateSlotsAndDeploy(List<Execution> executionsToDeploy,
Map<ExecutionVertexID,ExecutionVertexVersion> requiredVersionByVertex) |
void |
ExecutionDeployer.allocateSlotsAndDeploy(List<Execution> executionsToDeploy,
Map<ExecutionVertexID,ExecutionVertexVersion> requiredVersionByVertex)
Allocate slots and deploy executions.
|
Set<ExecutionVertexID> |
ExecutionVertexVersioner.getUnmodifiedExecutionVertices(Set<ExecutionVertexVersion> executionVertexVersions) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.