public interface RMAdminRequestInterceptor
extends org.apache.hadoop.yarn.server.api.ResourceManagerAdministrationProtocol, org.apache.hadoop.conf.Configurable
Modifier and Type | Method and Description |
---|---|
RMAdminRequestInterceptor |
getNextInterceptor()
Returns the next interceptor in the chain.
|
void |
init(String user)
This method is called for initializing the interceptor.
|
void |
setNextInterceptor(RMAdminRequestInterceptor nextInterceptor)
Sets the next interceptor in the pipeline.
|
void |
shutdown()
This method is called to release the resources held by the interceptor.
|
addToClusterNodeLabels, batchSaveFederationQueuePolicies, checkForDecommissioningNodes, deleteFederationApplication, deleteFederationPoliciesByQueues, deregisterSubCluster, getFederationSubClusters, listFederationQueuePolicies, mapAttributesToNodes, refreshAdminAcls, refreshClusterMaxPriority, refreshNodes, refreshNodesResources, refreshQueues, refreshServiceAcls, refreshSuperUserGroupsConfiguration, refreshUserToGroupsMappings, removeFromClusterNodeLabels, replaceLabelsOnNode, saveFederationQueuePolicy, updateNodeResource
void init(String user)
user
- the name of the clientvoid shutdown()
void setNextInterceptor(RMAdminRequestInterceptor nextInterceptor)
nextInterceptor
- the RMAdminRequestInterceptor to set in the pipelineRMAdminRequestInterceptor getNextInterceptor()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.