| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators.sort |
| 限定符和类型 | 方法和说明 |
|---|---|
static StageRunner.SortStage |
StageRunner.SortStage.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StageRunner.SortStage[] |
StageRunner.SortStage.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.runtime.operators.sort.CircularElement<E> |
StageRunner.StageMessageDispatcher.poll(StageRunner.SortStage stage)
Retrieves and removes the head of the given stage queue, or returns
null if the
queue is empty. |
void |
StageRunner.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.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.