Class RetryingInputStream<T>

java.lang.Object
java.io.InputStream
org.apache.druid.data.input.impl.RetryingInputStream<T>
Type Parameters:
T - object type
All Implemented Interfaces:
Closeable, AutoCloseable

public class RetryingInputStream<T> extends InputStream
This class is responsible for re-opening the underlying input stream for the input object on the given retryCondition.