Interface MutableVertexParallelismStore

    • Method Detail

      • 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.