Uses of Enum
org.apache.flink.runtime.operators.sort.StageRunner.SortStage
Packages that use StageRunner.SortStage
-
Uses of StageRunner.SortStage in org.apache.flink.runtime.operators.sort
Methods in org.apache.flink.runtime.operators.sort that return StageRunner.SortStageModifier and TypeMethodDescriptionstatic StageRunner.SortStageReturns the enum constant of this type with the specified name.static StageRunner.SortStage[]StageRunner.SortStage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.operators.sort with parameters of type StageRunner.SortStageModifier and TypeMethodDescriptionorg.apache.flink.runtime.operators.sort.CircularElement<E>StageRunner.StageMessageDispatcher.poll(StageRunner.SortStage stage) Retrieves and removes the head of the given stage queue, or returnsnullif the queue is empty.voidStageRunner.StageMessageDispatcher.send(StageRunner.SortStage stage, org.apache.flink.runtime.operators.sort.CircularElement<E> element) Sends a message to the given stage.org.apache.flink.runtime.operators.sort.CircularElement<E>StageRunner.StageMessageDispatcher.take(StageRunner.SortStage stage) Retrieves and removes the head of the given queue, waiting if necessary until an element becomes available.