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 ExecutionVertexVersionExecutionVertexVersioner. getExecutionVertexVersion(ExecutionVertexID executionVertexId)ExecutionVertexVersionExecutionVertexVersioner. 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 booleanExecutionVertexVersioner. isModified(ExecutionVertexVersion executionVertexVersion)Method parameters in org.apache.flink.runtime.scheduler with type arguments of type ExecutionVertexVersion Modifier and Type Method Description voidDefaultExecutionDeployer. allocateSlotsAndDeploy(List<Execution> executionsToDeploy, Map<ExecutionVertexID,ExecutionVertexVersion> requiredVersionByVertex)voidExecutionDeployer. allocateSlotsAndDeploy(List<Execution> executionsToDeploy, Map<ExecutionVertexID,ExecutionVertexVersion> requiredVersionByVertex)Allocate slots and deploy executions.Set<ExecutionVertexID>ExecutionVertexVersioner. getUnmodifiedExecutionVertices(Set<ExecutionVertexVersion> executionVertexVersions)
-