@InterfaceAudience.Private @InterfaceStability.Stable public interface ResourceManagerAdministrationProtocol extends GetUserMappingsProtocol
versionID
Modifier and Type | Method and Description |
---|---|
RefreshAdminAclsResponse |
refreshAdminAcls(RefreshAdminAclsRequest request) |
RefreshNodesResponse |
refreshNodes(RefreshNodesRequest request) |
RefreshQueuesResponse |
refreshQueues(RefreshQueuesRequest request) |
RefreshServiceAclsResponse |
refreshServiceAcls(RefreshServiceAclsRequest request) |
RefreshSuperUserGroupsConfigurationResponse |
refreshSuperUserGroupsConfiguration(RefreshSuperUserGroupsConfigurationRequest request) |
RefreshUserToGroupsMappingsResponse |
refreshUserToGroupsMappings(RefreshUserToGroupsMappingsRequest request) |
getGroupsForUser
@InterfaceAudience.Public @InterfaceStability.Stable RefreshQueuesResponse refreshQueues(RefreshQueuesRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Public @InterfaceStability.Stable RefreshNodesResponse refreshNodes(RefreshNodesRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Public @InterfaceStability.Stable RefreshSuperUserGroupsConfigurationResponse refreshSuperUserGroupsConfiguration(RefreshSuperUserGroupsConfigurationRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Public @InterfaceStability.Stable RefreshUserToGroupsMappingsResponse refreshUserToGroupsMappings(RefreshUserToGroupsMappingsRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Public @InterfaceStability.Stable RefreshAdminAclsResponse refreshAdminAcls(RefreshAdminAclsRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Public @InterfaceStability.Stable RefreshServiceAclsResponse refreshServiceAcls(RefreshServiceAclsRequest request) throws YarnException, IOException
YarnException
IOException
Copyright © 2013 Apache Software Foundation. All rights reserved.