Interface MutableVertexParallelismStore

All Superinterfaces:
VertexParallelismStore
All Known Implementing Classes:
DefaultVertexParallelismStore

public interface MutableVertexParallelismStore extends VertexParallelismStore
Mutability extension to the VertexParallelismStore.
  • Method Details

    • setParallelismInfo

      void setParallelismInfo(JobVertexID vertexId, VertexParallelismInformation info)
      Sets the parallelism properties for the given vertex.
      Parameters:
      vertexId - vertex to set parallelism for
      info - parallelism information for the given vertex
    • mergeParallelismStore

      void mergeParallelismStore(VertexParallelismStore parallelismStore)
      Merges the given parallelism store into the current store.
      Parameters:
      parallelismStore - The parallelism store to be merged.