org.apache.hadoop.yarn.server.api
Interface ResourceManagerAdministrationProtocol

All Superinterfaces:
org.apache.hadoop.tools.GetUserMappingsProtocol

@InterfaceAudience.Private
@InterfaceStability.Stable
public interface ResourceManagerAdministrationProtocol
extends org.apache.hadoop.tools.GetUserMappingsProtocol


Field Summary
 
Fields inherited from interface org.apache.hadoop.tools.GetUserMappingsProtocol
versionID
 
Method Summary
 RefreshAdminAclsResponse refreshAdminAcls(RefreshAdminAclsRequest request)
           
 RefreshNodesResponse refreshNodes(RefreshNodesRequest request)
           
 RefreshQueuesResponse refreshQueues(RefreshQueuesRequest request)
           
 RefreshServiceAclsResponse refreshServiceAcls(RefreshServiceAclsRequest request)
           
 RefreshSuperUserGroupsConfigurationResponse refreshSuperUserGroupsConfiguration(RefreshSuperUserGroupsConfigurationRequest request)
           
 RefreshUserToGroupsMappingsResponse refreshUserToGroupsMappings(RefreshUserToGroupsMappingsRequest request)
           
 
Methods inherited from interface org.apache.hadoop.tools.GetUserMappingsProtocol
getGroupsForUser
 

Method Detail

refreshQueues

@InterfaceAudience.Public
@InterfaceStability.Stable
RefreshQueuesResponse refreshQueues(RefreshQueuesRequest request)
                                    throws YarnException,
                                           IOException
Throws:
YarnException
IOException

refreshNodes

@InterfaceAudience.Public
@InterfaceStability.Stable
RefreshNodesResponse refreshNodes(RefreshNodesRequest request)
                                  throws YarnException,
                                         IOException
Throws:
YarnException
IOException

refreshSuperUserGroupsConfiguration

@InterfaceAudience.Public
@InterfaceStability.Stable
RefreshSuperUserGroupsConfigurationResponse refreshSuperUserGroupsConfiguration(RefreshSuperUserGroupsConfigurationRequest request)
                                                                                throws YarnException,
                                                                                       IOException
Throws:
YarnException
IOException

refreshUserToGroupsMappings

@InterfaceAudience.Public
@InterfaceStability.Stable
RefreshUserToGroupsMappingsResponse refreshUserToGroupsMappings(RefreshUserToGroupsMappingsRequest request)
                                                                throws YarnException,
                                                                       IOException
Throws:
YarnException
IOException

refreshAdminAcls

@InterfaceAudience.Public
@InterfaceStability.Stable
RefreshAdminAclsResponse refreshAdminAcls(RefreshAdminAclsRequest request)
                                          throws YarnException,
                                                 IOException
Throws:
YarnException
IOException

refreshServiceAcls

@InterfaceAudience.Public
@InterfaceStability.Stable
RefreshServiceAclsResponse refreshServiceAcls(RefreshServiceAclsRequest request)
                                              throws YarnException,
                                                     IOException
Throws:
YarnException
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.