| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.io |
| 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. |
| Constructor and Description |
|---|
StreamOneInputProcessor(StreamTaskInput<IN> input,
PushingAsyncDataInput.DataOutput<IN> output,
Object lock,
OperatorChain<?,?> operatorChain) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.