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 intercepter in the chain.
|
void |
init(String user)
This method is called for initializing the intercepter.
|
void |
setNextInterceptor(RMAdminRequestInterceptor nextInterceptor)
Sets the next intercepter in the pipeline.
|
void |
shutdown()
This method is called to release the resources held by the intercepter.
|
addToClusterNodeLabels, checkForDecommissioningNodes, mapAttributesToNodes, refreshAdminAcls, refreshClusterMaxPriority, refreshNodes, refreshNodesResources, refreshQueues, refreshServiceAcls, refreshSuperUserGroupsConfiguration, refreshUserToGroupsMappings, removeFromClusterNodeLabels, replaceLabelsOnNode, 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–2021 Apache Software Foundation. All rights reserved.