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

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.hs.protocolPB.HSAdminRefreshProtocolServerSideTranslatorPB
All Implemented Interfaces:
HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface, HSAdminRefreshProtocolPB

@InterfaceAudience.Private
public class HSAdminRefreshProtocolServerSideTranslatorPB
extends Object
implements HSAdminRefreshProtocolPB


Constructor Summary
HSAdminRefreshProtocolServerSideTranslatorPB(HSAdminRefreshProtocol impl)
           
 
Method Summary
 HSAdminRefreshProtocolProtos.RefreshAdminAclsResponseProto refreshAdminAcls(com.google.protobuf.RpcController controller, HSAdminRefreshProtocolProtos.RefreshAdminAclsRequestProto request)
           
 HSAdminRefreshProtocolProtos.RefreshJobRetentionSettingsResponseProto refreshJobRetentionSettings(com.google.protobuf.RpcController controller, HSAdminRefreshProtocolProtos.RefreshJobRetentionSettingsRequestProto request)
           
 HSAdminRefreshProtocolProtos.RefreshLoadedJobCacheResponseProto refreshLoadedJobCache(com.google.protobuf.RpcController controller, HSAdminRefreshProtocolProtos.RefreshLoadedJobCacheRequestProto request)
           
 HSAdminRefreshProtocolProtos.RefreshLogRetentionSettingsResponseProto refreshLogRetentionSettings(com.google.protobuf.RpcController controller, HSAdminRefreshProtocolProtos.RefreshLogRetentionSettingsRequestProto request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSAdminRefreshProtocolServerSideTranslatorPB

public HSAdminRefreshProtocolServerSideTranslatorPB(HSAdminRefreshProtocol impl)
Method Detail

refreshAdminAcls

public HSAdminRefreshProtocolProtos.RefreshAdminAclsResponseProto refreshAdminAcls(com.google.protobuf.RpcController controller,
                                                                                   HSAdminRefreshProtocolProtos.RefreshAdminAclsRequestProto request)
                                                                            throws com.google.protobuf.ServiceException
Specified by:
refreshAdminAcls in interface HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

refreshLoadedJobCache

public HSAdminRefreshProtocolProtos.RefreshLoadedJobCacheResponseProto refreshLoadedJobCache(com.google.protobuf.RpcController controller,
                                                                                             HSAdminRefreshProtocolProtos.RefreshLoadedJobCacheRequestProto request)
                                                                                      throws com.google.protobuf.ServiceException
Specified by:
refreshLoadedJobCache in interface HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

refreshJobRetentionSettings

public HSAdminRefreshProtocolProtos.RefreshJobRetentionSettingsResponseProto refreshJobRetentionSettings(com.google.protobuf.RpcController controller,
                                                                                                         HSAdminRefreshProtocolProtos.RefreshJobRetentionSettingsRequestProto request)
                                                                                                  throws com.google.protobuf.ServiceException
Specified by:
refreshJobRetentionSettings in interface HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

refreshLogRetentionSettings

public HSAdminRefreshProtocolProtos.RefreshLogRetentionSettingsResponseProto refreshLogRetentionSettings(com.google.protobuf.RpcController controller,
                                                                                                         HSAdminRefreshProtocolProtos.RefreshLogRetentionSettingsRequestProto request)
                                                                                                  throws com.google.protobuf.ServiceException
Specified by:
refreshLogRetentionSettings in interface HSAdminRefreshProtocolProtos.HSAdminRefreshProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.