Uses of Interface
org.apache.flink.runtime.scheduler.MutableVertexParallelismStore
-
Packages that use MutableVertexParallelismStore Package Description org.apache.flink.runtime.scheduler -
-
Uses of MutableVertexParallelismStore in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement MutableVertexParallelismStore Modifier and Type Class Description class
DefaultVertexParallelismStore
Maintains the configured parallelisms for vertices, which should be defined by a scheduler.
-