| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.io |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SourceReaderOperator<OUT>
Base source operator only used for integrating the source reader which is proposed by FLIP-27.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
StreamTaskInput<T>
Basic interface for inputs of stream operators.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
StreamTaskNetworkInput<T>
Implementation of
StreamTaskInput that wraps an input from network taken from CheckpointedInputGate. |
class |
StreamTaskSourceInput<T>
Implementation of
StreamTaskInput that reads data from the SourceReaderOperator
and returns the InputStatus to indicate whether the source state is available,
unavailable or finished. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.