Class RouterObserverReadProxyProvider<T>

java.lang.Object
org.apache.hadoop.hdfs.server.namenode.ha.AbstractNNFailoverProxyProvider<T>
org.apache.hadoop.hdfs.server.namenode.ha.RouterObserverReadProxyProvider<T>
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.io.retry.FailoverProxyProvider<T>
Direct Known Subclasses:
RouterObserverReadConfiguredFailoverProxyProvider

public class RouterObserverReadProxyProvider<T> extends AbstractNNFailoverProxyProvider<T>
A FailoverProxyProvider implementation to support automatic msync-ing when using routers. This constructs a wrapper proxy around an internal one, and injects msync calls when necessary via the InvocationHandler.
  • Constructor Details

  • Method Details

    • getAlignmentContext

      public org.apache.hadoop.ipc.AlignmentContext getAlignmentContext()
    • getProxy

      public org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo<T> getProxy()
    • performFailover

      public void performFailover(T currentProxy)
    • useLogicalURI

      public boolean useLogicalURI()
      Description copied from class: AbstractNNFailoverProxyProvider
      Inquire whether logical HA URI is used for the implementation. If it is used, a special token handling may be needed to make sure a token acquired from a node in the HA pair can be used against the other node.
      Specified by:
      useLogicalURI in class AbstractNNFailoverProxyProvider<T>
      Returns:
      true if logical HA URI is used. false, if not used.
    • close

      public void close() throws IOException
      Throws:
      IOException