org.apache.hadoop.mapreduce.v2.hs.protocol
Interface HSAdminRefreshProtocol

All Known Subinterfaces:
HSAdminProtocol
All Known Implementing Classes:
HSAdminRefreshProtocolClientSideTranslatorPB, HSAdminServer

@InterfaceAudience.Private
@InterfaceStability.Evolving
public interface HSAdminRefreshProtocol

Protocol use


Method Summary
 void refreshAdminAcls()
          Refresh admin acls.
 void refreshJobRetentionSettings()
          Refresh job retention settings.
 void refreshLoadedJobCache()
          Refresh loaded job cache
 void refreshLogRetentionSettings()
          Refresh log retention settings.
 

Method Detail

refreshAdminAcls

void refreshAdminAcls()
                      throws IOException
Refresh admin acls.

Throws:
IOException

refreshLoadedJobCache

void refreshLoadedJobCache()
                           throws IOException
Refresh loaded job cache

Throws:
IOException

refreshJobRetentionSettings

void refreshJobRetentionSettings()
                                 throws IOException
Refresh job retention settings.

Throws:
IOException

refreshLogRetentionSettings

void refreshLogRetentionSettings()
                                 throws IOException
Refresh log retention settings.

Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.