Uses of Class
org.apache.flink.runtime.scheduler.ExecutionVertexVersion
-
Packages that use ExecutionVertexVersion Package Description org.apache.flink.runtime.scheduler -
-
Uses of ExecutionVertexVersion in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return ExecutionVertexVersion Modifier and Type Method Description ExecutionVertexVersion
ExecutionVertexVersioner. getExecutionVertexVersion(ExecutionVertexID executionVertexId)
ExecutionVertexVersion
ExecutionVertexVersioner. recordModification(ExecutionVertexID executionVertexId)
Methods in org.apache.flink.runtime.scheduler that return types with arguments of type ExecutionVertexVersion Modifier and Type Method Description Map<ExecutionVertexID,ExecutionVertexVersion>
ExecutionVertexVersioner. getExecutionVertexVersions(Collection<ExecutionVertexID> executionVertexIds)
Map<ExecutionVertexID,ExecutionVertexVersion>
ExecutionVertexVersioner. recordVertexModifications(Collection<ExecutionVertexID> vertices)
Methods in org.apache.flink.runtime.scheduler with parameters of type ExecutionVertexVersion Modifier and Type Method Description boolean
ExecutionVertexVersioner. isModified(ExecutionVertexVersion executionVertexVersion)
Method parameters in org.apache.flink.runtime.scheduler with type arguments of type ExecutionVertexVersion Modifier and Type Method Description 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)
-