Class RouterObserverReadConfiguredFailoverProxyProvider<T>

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

public class RouterObserverReadConfiguredFailoverProxyProvider<T> extends RouterObserverReadProxyProvider<T>
A FailoverProxyProvider implementation to support automatic msync-ing when using routers.

This constructs a wrapper proxy of ConfiguredFailoverProxyProvider, and allows to configure logical names for nameservices.

  • Constructor Details

    • RouterObserverReadConfiguredFailoverProxyProvider

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