Class HSAdminRefreshProtocolClientSideTranslatorPB

java.lang.Object
org.apache.hadoop.mapreduce.v2.hs.protocolPB.HSAdminRefreshProtocolClientSideTranslatorPB
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol

@Private public class HSAdminRefreshProtocolClientSideTranslatorPB extends Object implements org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol, Closeable
  • Constructor Details

    • HSAdminRefreshProtocolClientSideTranslatorPB

      public HSAdminRefreshProtocolClientSideTranslatorPB(org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocolPB rpcProxy)
  • Method Details

    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException
    • refreshAdminAcls

      public void refreshAdminAcls() throws IOException
      Specified by:
      refreshAdminAcls in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
      Throws:
      IOException
    • refreshLoadedJobCache

      public void refreshLoadedJobCache() throws IOException
      Specified by:
      refreshLoadedJobCache in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
      Throws:
      IOException
    • refreshJobRetentionSettings

      public void refreshJobRetentionSettings() throws IOException
      Specified by:
      refreshJobRetentionSettings in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
      Throws:
      IOException
    • refreshLogRetentionSettings

      public void refreshLogRetentionSettings() throws IOException
      Specified by:
      refreshLogRetentionSettings in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
      Throws:
      IOException
    • isMethodSupported

      public boolean isMethodSupported(String methodName) throws IOException
      Specified by:
      isMethodSupported in interface org.apache.hadoop.ipc.ProtocolMetaInterface
      Throws:
      IOException