| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.io |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceReaderOperator<OUT>
Base source operator only used for integrating the source reader which is proposed by FLIP-27.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StreamTaskInput<T>
Basic interface for inputs of stream operators.
|
| Modifier and Type | Class and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.