Class DefaultFailoverProxyProvider<T>

java.lang.Object
org.apache.hadoop.io.retry.DefaultFailoverProxyProvider<T>
All Implemented Interfaces:
Closeable, AutoCloseable, FailoverProxyProvider<T>

@Evolving public class DefaultFailoverProxyProvider<T> extends Object implements FailoverProxyProvider<T>
An implementation of FailoverProxyProvider which does nothing in the event of failover, and always returns the same proxy object.