Class InMemoryAliasMapFailoverProxyProvider<T>

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

public class InMemoryAliasMapFailoverProxyProvider<T> extends ConfiguredFailoverProxyProvider<T>
A ConfiguredFailoverProxyProvider implementation used to connect to an InMemoryAliasMap.
  • Constructor Details

    • InMemoryAliasMapFailoverProxyProvider

      public InMemoryAliasMapFailoverProxyProvider(org.apache.hadoop.conf.Configuration conf, URI uri, Class<T> xface, HAProxyFactory<T> factory)