org.apache.hadoop.yarn.server.api.impl.pb.service
Class ResourceManagerAdministrationProtocolPBServiceImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.server.api.impl.pb.service.ResourceManagerAdministrationProtocolPBServiceImpl
All Implemented Interfaces:
org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface, ResourceManagerAdministrationProtocolPB

@InterfaceAudience.Private
public class ResourceManagerAdministrationProtocolPBServiceImpl
extends Object
implements ResourceManagerAdministrationProtocolPB


Constructor Summary
ResourceManagerAdministrationProtocolPBServiceImpl(org.apache.hadoop.yarn.server.api.ResourceManagerAdministrationProtocol impl)
           
 
Method Summary
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetGroupsForUserResponseProto getGroupsForUser(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetGroupsForUserRequestProto request)
           
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshAdminAclsResponseProto refreshAdminAcls(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshAdminAclsRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshNodesResponseProto refreshNodes(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshNodesRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshQueuesResponseProto refreshQueues(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshQueuesRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshServiceAclsResponseProto refreshServiceAcls(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshServiceAclsRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshSuperUserGroupsConfigurationResponseProto refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshSuperUserGroupsConfigurationRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshUserToGroupsMappingsResponseProto refreshUserToGroupsMappings(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshUserToGroupsMappingsRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.UpdateNodeResourceResponseProto updateNodeResource(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.UpdateNodeResourceRequestProto proto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManagerAdministrationProtocolPBServiceImpl

public ResourceManagerAdministrationProtocolPBServiceImpl(org.apache.hadoop.yarn.server.api.ResourceManagerAdministrationProtocol impl)
Method Detail

refreshQueues

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshQueuesResponseProto refreshQueues(com.google.protobuf.RpcController controller,
                                                                                                                    org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshQueuesRequestProto proto)
                                                                                                             throws com.google.protobuf.ServiceException
Specified by:
refreshQueues in interface org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

refreshAdminAcls

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshAdminAclsResponseProto refreshAdminAcls(com.google.protobuf.RpcController controller,
                                                                                                                          org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshAdminAclsRequestProto proto)
                                                                                                                   throws com.google.protobuf.ServiceException
Specified by:
refreshAdminAcls in interface org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

refreshNodes

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshNodesResponseProto refreshNodes(com.google.protobuf.RpcController controller,
                                                                                                                  org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshNodesRequestProto proto)
                                                                                                           throws com.google.protobuf.ServiceException
Specified by:
refreshNodes in interface org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

refreshSuperUserGroupsConfiguration

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshSuperUserGroupsConfigurationResponseProto refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller,
                                                                                                                                                                org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshSuperUserGroupsConfigurationRequestProto proto)
                                                                                                                                                         throws com.google.protobuf.ServiceException
Specified by:
refreshSuperUserGroupsConfiguration in interface org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

refreshUserToGroupsMappings

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshUserToGroupsMappingsResponseProto refreshUserToGroupsMappings(com.google.protobuf.RpcController controller,
                                                                                                                                                org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshUserToGroupsMappingsRequestProto proto)
                                                                                                                                         throws com.google.protobuf.ServiceException
Specified by:
refreshUserToGroupsMappings in interface org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

refreshServiceAcls

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshServiceAclsResponseProto refreshServiceAcls(com.google.protobuf.RpcController controller,
                                                                                                                              org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.RefreshServiceAclsRequestProto proto)
                                                                                                                       throws com.google.protobuf.ServiceException
Specified by:
refreshServiceAcls in interface org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

getGroupsForUser

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetGroupsForUserResponseProto getGroupsForUser(com.google.protobuf.RpcController controller,
                                                                                                                          org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetGroupsForUserRequestProto request)
                                                                                                                   throws com.google.protobuf.ServiceException
Specified by:
getGroupsForUser in interface org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

updateNodeResource

public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.UpdateNodeResourceResponseProto updateNodeResource(com.google.protobuf.RpcController controller,
                                                                                                                              org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.UpdateNodeResourceRequestProto proto)
                                                                                                                       throws com.google.protobuf.ServiceException
Specified by:
updateNodeResource in interface org.apache.hadoop.yarn.proto.ResourceManagerAdministrationProtocol.ResourceManagerAdministrationProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.