@InterfaceAudience.Private
@InterfaceStability.Stable
public interface ResourceManagerAdministrationProtocol
extends org.apache.hadoop.tools.GetUserMappingsProtocol
| Modifier and Type | Method and Description |
|---|---|
GetClusterNodeLabelsResponse |
getClusterNodeLabels(GetClusterNodeLabelsRequest request) |
RefreshAdminAclsResponse |
refreshAdminAcls(RefreshAdminAclsRequest request) |
RefreshClusterNodeLabelsResponse |
refreshClusterNodeLabels(RefreshClusterNodeLabelsRequest request) |
RefreshNodesResponse |
refreshNodes(RefreshNodesRequest request) |
RefreshQueuesResponse |
refreshQueues(RefreshQueuesRequest request) |
RefreshServiceAclsResponse |
refreshServiceAcls(RefreshServiceAclsRequest request) |
RefreshSuperUserGroupsConfigurationResponse |
refreshSuperUserGroupsConfiguration(RefreshSuperUserGroupsConfigurationRequest request) |
RefreshUserToGroupsMappingsResponse |
refreshUserToGroupsMappings(RefreshUserToGroupsMappingsRequest request) |
UpdateNodeResourceResponse |
updateNodeResource(UpdateNodeResourceRequest request)
The interface used by admin to update nodes' resources to the
ResourceManager |
@InterfaceAudience.Public @InterfaceStability.Stable RefreshQueuesResponse refreshQueues(RefreshQueuesRequest request) throws org.apache.hadoop.ipc.StandbyException, YarnException, IOException
org.apache.hadoop.ipc.StandbyExceptionYarnExceptionIOException@InterfaceAudience.Public @InterfaceStability.Stable RefreshNodesResponse refreshNodes(RefreshNodesRequest request) throws org.apache.hadoop.ipc.StandbyException, YarnException, IOException
org.apache.hadoop.ipc.StandbyExceptionYarnExceptionIOException@InterfaceAudience.Public @InterfaceStability.Stable RefreshSuperUserGroupsConfigurationResponse refreshSuperUserGroupsConfiguration(RefreshSuperUserGroupsConfigurationRequest request) throws org.apache.hadoop.ipc.StandbyException, YarnException, IOException
org.apache.hadoop.ipc.StandbyExceptionYarnExceptionIOException@InterfaceAudience.Public @InterfaceStability.Stable RefreshUserToGroupsMappingsResponse refreshUserToGroupsMappings(RefreshUserToGroupsMappingsRequest request) throws org.apache.hadoop.ipc.StandbyException, YarnException, IOException
org.apache.hadoop.ipc.StandbyExceptionYarnExceptionIOException@InterfaceAudience.Public @InterfaceStability.Stable RefreshAdminAclsResponse refreshAdminAcls(RefreshAdminAclsRequest request) throws YarnException, IOException
YarnExceptionIOException@InterfaceAudience.Public @InterfaceStability.Stable RefreshServiceAclsResponse refreshServiceAcls(RefreshServiceAclsRequest request) throws YarnException, IOException
YarnExceptionIOException@InterfaceAudience.Public @InterfaceStability.Evolving UpdateNodeResourceResponse updateNodeResource(UpdateNodeResourceRequest request) throws YarnException, IOException
The interface used by admin to update nodes' resources to the
ResourceManager
The admin client is required to provide details such as a map from
NodeId to ResourceOption required to update resources on
a list of RMNode in ResourceManager etc.
via the UpdateNodeResourceRequest.
request - request to update resource for a node in cluster.YarnExceptionIOException@InterfaceAudience.Public @InterfaceStability.Stable GetClusterNodeLabelsResponse getClusterNodeLabels(GetClusterNodeLabelsRequest request) throws YarnException, IOException
YarnExceptionIOException@InterfaceAudience.Public @InterfaceStability.Stable RefreshClusterNodeLabelsResponse refreshClusterNodeLabels(RefreshClusterNodeLabelsRequest request) throws YarnException, IOException
YarnExceptionIOExceptionCopyright © 2014 Apache Software Foundation. All Rights Reserved.