Class StreamTaskFinishedOnRestoreSourceInput<T>

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.flink.runtime.io.AvailabilityProvider, org.apache.flink.runtime.io.network.partition.consumer.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.