Class StreamTaskSourceInput<T>

java.lang.Object
org.apache.flink.streaming.runtime.io.StreamTaskSourceInput<T>
All Implemented Interfaces:
Closeable, AutoCloseable, AvailabilityProvider, CheckpointableInput, PushingAsyncDataInput<T>, StreamTaskInput<T>
Direct Known Subclasses:
StreamTaskExternallyInducedSourceInput, StreamTaskFinishedOnRestoreSourceInput

@Internal public class StreamTaskSourceInput<T> extends Object implements StreamTaskInput<T>, CheckpointableInput
Implementation of StreamTaskInput that reads data from the SourceOperator and returns the DataInputStatus to indicate whether the source state is available, unavailable or finished.