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
| Fields inherited from interface org.apache.hadoop.tools.GetUserMappingsProtocol |
versionID |
| Methods inherited from interface org.apache.hadoop.tools.GetUserMappingsProtocol |
getGroupsForUser |
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.