| 限定符和类型 | 方法和说明 |
|---|---|
StopMode |
EndOfData.getStopMode() |
static StopMode |
StopMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StopMode[] |
StopMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
EndOfData(StopMode mode) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ResultPartitionWriter.notifyEndOfData(StopMode mode)
Notifies the downstream tasks that this
ResultPartitionWriter have emitted all the
user records. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BoundedBlockingResultPartition.notifyEndOfData(StopMode mode) |
void |
PipelinedResultPartition.notifyEndOfData(StopMode mode) |
void |
ResultPartition.notifyEndOfData(StopMode mode) |
void |
SortMergeResultPartition.notifyEndOfData(StopMode mode) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HsResultPartition.notifyEndOfData(StopMode mode) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.