Interface StageRunner.StageMessageDispatcher<E>

    • Method Detail

      • send

        void send​(StageRunner.SortStage stage,
                  org.apache.flink.runtime.operators.sort.CircularElement<E> element)
        Sends a message to the given stage.
      • poll

        org.apache.flink.runtime.operators.sort.CircularElement<E> poll​(StageRunner.SortStage stage)
        Retrieves and removes the head of the given stage queue, or returns null if the queue is empty.
        Returns:
        the head of the queue, or null if the queue is empty