Interface RecoverableStreamTaskInput<T>

All Superinterfaces:
AutoCloseable, AvailabilityProvider, Closeable, PushingAsyncDataInput<T>, StreamTaskInput<T>
All Known Implementing Classes:
RescalingStreamTaskNetworkInput

public interface RecoverableStreamTaskInput<T> extends StreamTaskInput<T>
A StreamTaskInput used during recovery of in-flight data. It's converted to a more efficient StreamTaskInput after recovery finished.