Interface VertexParallelismStore

    • Method Detail

      • getParallelismInfo

        VertexParallelismInformation getParallelismInfo​(JobVertexID vertexId)
        Returns a given vertex's parallelism information.
        Parameters:
        vertexId - vertex for which the parallelism information should be returned
        Returns:
        a parallelism information for the given vertex
        Throws:
        IllegalStateException - if there is no parallelism information for the given vertex