@InterfaceAudience.Private
public interface ResourceManagerAdministrationProtocol
extends org.apache.hadoop.tools.GetUserMappingsProtocol
@InterfaceAudience.Private RefreshQueuesResponse refreshQueues(RefreshQueuesRequest request) throws org.apache.hadoop.ipc.StandbyException, YarnException, IOException
org.apache.hadoop.ipc.StandbyException
YarnException
IOException
@InterfaceAudience.Private RefreshNodesResponse refreshNodes(RefreshNodesRequest request) throws org.apache.hadoop.ipc.StandbyException, YarnException, IOException
org.apache.hadoop.ipc.StandbyException
YarnException
IOException
@InterfaceAudience.Private RefreshSuperUserGroupsConfigurationResponse refreshSuperUserGroupsConfiguration(RefreshSuperUserGroupsConfigurationRequest request) throws org.apache.hadoop.ipc.StandbyException, YarnException, IOException
org.apache.hadoop.ipc.StandbyException
YarnException
IOException
@InterfaceAudience.Private RefreshUserToGroupsMappingsResponse refreshUserToGroupsMappings(RefreshUserToGroupsMappingsRequest request) throws org.apache.hadoop.ipc.StandbyException, YarnException, IOException
org.apache.hadoop.ipc.StandbyException
YarnException
IOException
@InterfaceAudience.Private RefreshAdminAclsResponse refreshAdminAcls(RefreshAdminAclsRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private RefreshServiceAclsResponse refreshServiceAcls(RefreshServiceAclsRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private 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.YarnException
- exceptions from yarn servers.IOException
- io error occur.@InterfaceAudience.Private @InterfaceStability.Evolving RefreshNodesResourcesResponse refreshNodesResources(RefreshNodesResourcesRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private AddToClusterNodeLabelsResponse addToClusterNodeLabels(AddToClusterNodeLabelsRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private RemoveFromClusterNodeLabelsResponse removeFromClusterNodeLabels(RemoveFromClusterNodeLabelsRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private ReplaceLabelsOnNodeResponse replaceLabelsOnNode(ReplaceLabelsOnNodeRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private CheckForDecommissioningNodesResponse checkForDecommissioningNodes(CheckForDecommissioningNodesRequest checkForDecommissioningNodesRequest) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private RefreshClusterMaxPriorityResponse refreshClusterMaxPriority(RefreshClusterMaxPriorityRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private NodesToAttributesMappingResponse mapAttributesToNodes(NodesToAttributesMappingRequest request) throws YarnException, IOException
YarnException
IOException
@InterfaceAudience.Private DeregisterSubClusterResponse deregisterSubCluster(DeregisterSubClusterRequest request) throws YarnException, IOException
request
- deregisterSubCluster request.
The request contains the id of to deregister sub-cluster.YarnException
- exceptions from yarn servers.IOException
- if an IO error occurred.@InterfaceAudience.Private SaveFederationQueuePolicyResponse saveFederationQueuePolicy(SaveFederationQueuePolicyRequest request) throws YarnException, IOException
request
- saveFederationQueuePolicy RequestYarnException
- exceptions from yarn servers.IOException
- if an IO error occurred.@InterfaceAudience.Private BatchSaveFederationQueuePoliciesResponse batchSaveFederationQueuePolicies(BatchSaveFederationQueuePoliciesRequest request) throws YarnException, IOException
request
- BatchSaveFederationQueuePolicies Request.YarnException
- exceptions from yarn servers.IOException
- if an IO error occurred.@InterfaceAudience.Private QueryFederationQueuePoliciesResponse listFederationQueuePolicies(QueryFederationQueuePoliciesRequest request) throws YarnException, IOException
request
- QueryFederationQueuePoliciesRequest Request.YarnException
- exceptions from yarn servers.IOException
- if an IO error occurred.@InterfaceAudience.Private DeleteFederationApplicationResponse deleteFederationApplication(DeleteFederationApplicationRequest request) throws YarnException, IOException
request
- DeleteFederationApplicationRequest Request.YarnException
- exceptions from yarn servers.IOException
- if an IO error occurred.@InterfaceAudience.Private GetSubClustersResponse getFederationSubClusters(GetSubClustersRequest request) throws YarnException, IOException
request
- GetSubClustersRequest Request.YarnException
- exceptions from yarn servers.IOException
- if an IO error occurred.@InterfaceAudience.Private DeleteFederationQueuePoliciesResponse deleteFederationPoliciesByQueues(DeleteFederationQueuePoliciesRequest request) throws YarnException, IOException
request
- DeleteFederationQueuePoliciesRequest Request.YarnException
- exceptions from yarn servers.IOException
- if an IO error occurred.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.