| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.runtime.io |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStatus |
PushingAsyncDataInput.emitNext(PushingAsyncDataInput.DataOutput<T> output)
Pushes the next element to the output from current data input, and returns
the input status to indicate whether there are more available data in
current input.
|
InputStatus |
StreamTaskSourceInput.emitNext(PushingAsyncDataInput.DataOutput<T> output) |
InputStatus |
StreamTaskNetworkInput.emitNext(PushingAsyncDataInput.DataOutput<T> output) |
InputStatus |
StreamOneInputProcessor.processInput() |
InputStatus |
StreamTwoInputProcessor.processInput() |
InputStatus |
StreamInputProcessor.processInput() |
static InputStatus |
InputStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static InputStatus[] |
InputStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.