Interface PartitionGroupReleaseStrategy

    • Method Detail

      • vertexUnfinished

        void vertexUnfinished​(ExecutionVertexID executionVertexID)
        Calling this method informs the strategy that a vertex is no longer in finished state, e.g., when a vertex is re-executed.
        Parameters:
        executionVertexID - Id of the vertex that is no longer in finished state.