org.apache.hadoop.conf.Configurable, org.apache.hadoop.tools.GetUserMappingsProtocol, org.apache.hadoop.yarn.server.api.ResourceManagerAdministrationProtocolAbstractRMAdminRequestInterceptor, DefaultRMAdminRequestInterceptor, FederationRMAdminInterceptorpublic interface RMAdminRequestInterceptor
extends org.apache.hadoop.yarn.server.api.ResourceManagerAdministrationProtocol, org.apache.hadoop.conf.Configurable
| Modifier and Type | Method | Description |
|---|---|---|
RMAdminRequestInterceptor |
getNextInterceptor() |
Returns the next interceptor in the chain.
|
void |
init(java.lang.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, updateNodeResourcevoid init(java.lang.String user)
user - the name of the clientvoid shutdown()
void setNextInterceptor(RMAdminRequestInterceptor nextInterceptor)
nextInterceptor - the RMAdminRequestInterceptor to set in the pipelineRMAdminRequestInterceptor getNextInterceptor()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.