Uses of Interface
org.apache.flink.runtime.scheduler.VertexParallelismInformation
Packages that use VertexParallelismInformation
-
Uses of VertexParallelismInformation in org.apache.flink.runtime.executiongraph
Constructors in org.apache.flink.runtime.executiongraph with parameters of type VertexParallelismInformationModifierConstructorDescriptionExecutionJobVertex(InternalExecutionGraphAccessor graph, JobVertex jobVertex, VertexParallelismInformation parallelismInfo, CoordinatorStore coordinatorStore, JobManagerJobMetricGroup jobManagerJobMetricGroup) SpeculativeExecutionJobVertex(InternalExecutionGraphAccessor graph, JobVertex jobVertex, VertexParallelismInformation parallelismInfo, CoordinatorStore coordinatorStore, JobManagerJobMetricGroup jobManagerJobMetricGroup) -
Uses of VertexParallelismInformation in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement VertexParallelismInformationModifier and TypeClassDescriptionclassAVertexParallelismInformationimplementation that provides common validation.Methods in org.apache.flink.runtime.scheduler that return VertexParallelismInformationModifier and TypeMethodDescriptionDefaultVertexParallelismStore.getParallelismInfo(JobVertexID vertexId) VertexParallelismStore.getParallelismInfo(JobVertexID vertexId) Returns a given vertex's parallelism information.Methods in org.apache.flink.runtime.scheduler that return types with arguments of type VertexParallelismInformationModifier and TypeMethodDescriptionDefaultVertexParallelismStore.getAllParallelismInfo()VertexParallelismStore.getAllParallelismInfo()Gets a map of all vertex parallelism information.Methods in org.apache.flink.runtime.scheduler with parameters of type VertexParallelismInformationModifier and TypeMethodDescriptionvoidDefaultVertexParallelismStore.setParallelismInfo(JobVertexID vertexId, VertexParallelismInformation info) voidMutableVertexParallelismStore.setParallelismInfo(JobVertexID vertexId, VertexParallelismInformation info) Sets the parallelism properties for the given vertex.