org.apache.hadoop.conf.Configurable, org.apache.hadoop.tools.GetUserMappingsProtocol, org.apache.hadoop.yarn.server.api.ResourceManagerAdministrationProtocol, RMAdminRequestInterceptorDefaultRMAdminRequestInterceptor, FederationRMAdminInterceptorpublic abstract class AbstractRMAdminRequestInterceptor extends java.lang.Object implements RMAdminRequestInterceptor
RMAdminRequestInterceptor interface and provides
common functionality which can can be used and/or extended by other concrete
interceptor classes.| Modifier and Type | Field | Description |
|---|---|---|
protected org.apache.hadoop.security.UserGroupInformation |
user |
| Constructor | Description |
|---|---|
AbstractRMAdminRequestInterceptor() |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
Gets the
Configuration. |
RMAdminRequestInterceptor |
getNextInterceptor() |
Gets the next
RMAdminRequestInterceptor in the chain. |
void |
init(java.lang.String userName) |
Initializes the
RMAdminRequestInterceptor. |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
Sets the
Configuration. |
void |
setNextInterceptor(RMAdminRequestInterceptor nextInterceptor) |
Sets the
RMAdminRequestInterceptor in the chain. |
void |
shutdown() |
Disposes the
RMAdminRequestInterceptor. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToClusterNodeLabels, batchSaveFederationQueuePolicies, checkForDecommissioningNodes, deleteFederationApplication, deleteFederationPoliciesByQueues, deregisterSubCluster, getFederationSubClusters, listFederationQueuePolicies, mapAttributesToNodes, refreshAdminAcls, refreshClusterMaxPriority, refreshNodes, refreshNodesResources, refreshQueues, refreshServiceAcls, refreshSuperUserGroupsConfiguration, refreshUserToGroupsMappings, removeFromClusterNodeLabels, replaceLabelsOnNode, saveFederationQueuePolicy, updateNodeResourcepublic void setNextInterceptor(RMAdminRequestInterceptor nextInterceptor)
RMAdminRequestInterceptor in the chain.setNextInterceptor in interface RMAdminRequestInterceptornextInterceptor - the RMAdminRequestInterceptor to set in the pipelinepublic void setConf(org.apache.hadoop.conf.Configuration conf)
Configuration.setConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.conf.Configuration getConf()
Configuration.getConf in interface org.apache.hadoop.conf.Configurablepublic void init(java.lang.String userName)
RMAdminRequestInterceptor.init in interface RMAdminRequestInterceptoruserName - the name of the clientpublic void shutdown()
RMAdminRequestInterceptor.shutdown in interface RMAdminRequestInterceptorpublic RMAdminRequestInterceptor getNextInterceptor()
RMAdminRequestInterceptor in the chain.getNextInterceptor in interface RMAdminRequestInterceptorCopyright © 2008–2025 Apache Software Foundation. All rights reserved.