Uses of Class
org.apache.flink.runtime.scheduler.ExecutionVertexVersion
Packages that use ExecutionVertexVersion
-
Uses of ExecutionVertexVersion in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return ExecutionVertexVersionModifier and TypeMethodDescriptionExecutionVertexVersioner.getExecutionVertexVersion(ExecutionVertexID executionVertexId) ExecutionVertexVersioner.recordModification(ExecutionVertexID executionVertexId) Methods in org.apache.flink.runtime.scheduler that return types with arguments of type ExecutionVertexVersionModifier and TypeMethodDescriptionExecutionVertexVersioner.getExecutionVertexVersions(Collection<ExecutionVertexID> executionVertexIds) ExecutionVertexVersioner.recordVertexModifications(Collection<ExecutionVertexID> vertices) Methods in org.apache.flink.runtime.scheduler with parameters of type ExecutionVertexVersionModifier and TypeMethodDescriptionbooleanExecutionVertexVersioner.isModified(ExecutionVertexVersion executionVertexVersion) Method parameters in org.apache.flink.runtime.scheduler with type arguments of type ExecutionVertexVersionModifier and TypeMethodDescriptionvoidDefaultExecutionDeployer.allocateSlotsAndDeploy(List<Execution> executionsToDeploy, Map<ExecutionVertexID, ExecutionVertexVersion> requiredVersionByVertex) voidExecutionDeployer.allocateSlotsAndDeploy(List<Execution> executionsToDeploy, Map<ExecutionVertexID, ExecutionVertexVersion> requiredVersionByVertex) Allocate slots and deploy executions.ExecutionVertexVersioner.getUnmodifiedExecutionVertices(Set<ExecutionVertexVersion> executionVertexVersions)