Class StreamTaskFinishedOnRestoreSourceInput<T>

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

public class StreamTaskFinishedOnRestoreSourceInput<T> extends StreamTaskSourceInput<T>
A special source input implementation that immediately emit END_OF_INPUT. It is used for sources that finished on restore.