org.apache.hadoop.mapreduce.v2.hs.protocolPB
Class HSAdminRefreshProtocolClientSideTranslatorPB

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

@InterfaceAudience.Private
public class HSAdminRefreshProtocolClientSideTranslatorPB
extends Object
implements org.apache.hadoop.ipc.ProtocolMetaInterface, HSAdminRefreshProtocol, Closeable


Constructor Summary
HSAdminRefreshProtocolClientSideTranslatorPB(HSAdminRefreshProtocolPB rpcProxy)
           
 
Method Summary
 void close()
           
 boolean isMethodSupported(String methodName)
           
 void refreshAdminAcls()
          Refresh admin acls.
 void refreshJobRetentionSettings()
          Refresh job retention settings.
 void refreshLoadedJobCache()
          Refresh loaded job cache
 void refreshLogRetentionSettings()
          Refresh log retention settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSAdminRefreshProtocolClientSideTranslatorPB

public HSAdminRefreshProtocolClientSideTranslatorPB(HSAdminRefreshProtocolPB rpcProxy)
Method Detail

close

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

refreshAdminAcls

public void refreshAdminAcls()
                      throws IOException
Description copied from interface: HSAdminRefreshProtocol
Refresh admin acls.

Specified by:
refreshAdminAcls in interface HSAdminRefreshProtocol
Throws:
IOException

refreshLoadedJobCache

public void refreshLoadedJobCache()
                           throws IOException
Description copied from interface: HSAdminRefreshProtocol
Refresh loaded job cache

Specified by:
refreshLoadedJobCache in interface HSAdminRefreshProtocol
Throws:
IOException

refreshJobRetentionSettings

public void refreshJobRetentionSettings()
                                 throws IOException
Description copied from interface: HSAdminRefreshProtocol
Refresh job retention settings.

Specified by:
refreshJobRetentionSettings in interface HSAdminRefreshProtocol
Throws:
IOException

refreshLogRetentionSettings

public void refreshLogRetentionSettings()
                                 throws IOException
Description copied from interface: HSAdminRefreshProtocol
Refresh log retention settings.

Specified by:
refreshLogRetentionSettings in interface HSAdminRefreshProtocol
Throws:
IOException

isMethodSupported

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.