Interface MutableVertexParallelismStore
- All Superinterfaces:
VertexParallelismStore
- All Known Implementing Classes:
DefaultVertexParallelismStore
Mutability extension to the
VertexParallelismStore.-
Method Summary
Modifier and TypeMethodDescriptionvoidmergeParallelismStore(VertexParallelismStore parallelismStore) Merges the given parallelism store into the current store.voidsetParallelismInfo(JobVertexID vertexId, VertexParallelismInformation info) Sets the parallelism properties for the given vertex.Methods inherited from interface org.apache.flink.runtime.scheduler.VertexParallelismStore
getAllParallelismInfo, getParallelismInfo
-
Method Details
-
setParallelismInfo
Sets the parallelism properties for the given vertex.- Parameters:
vertexId- vertex to set parallelism forinfo- parallelism information for the given vertex
-
mergeParallelismStore
Merges the given parallelism store into the current store.- Parameters:
parallelismStore- The parallelism store to be merged.
-