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