Package | Description |
---|---|
org.apache.hadoop.yarn.server.router.rmadmin |
Router RM Admin Proxy Service package.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRMAdminRequestInterceptor
Implements the
RMAdminRequestInterceptor interface and provides
common functionality which can can be used and/or extended by other concrete
intercepter classes. |
class |
DefaultRMAdminRequestInterceptor
Extends the
AbstractRMAdminRequestInterceptor class and provides an
implementation that simply forwards the client requests to the cluster
resource manager. |
Modifier and Type | Method and Description |
---|---|
protected RMAdminRequestInterceptor |
RouterRMAdminService.createRequestInterceptorChain()
This method creates and returns reference of the first intercepter in the
chain of request intercepter instances.
|
RMAdminRequestInterceptor |
AbstractRMAdminRequestInterceptor.getNextInterceptor()
Gets the next
RMAdminRequestInterceptor in the chain. |
RMAdminRequestInterceptor |
RMAdminRequestInterceptor.getNextInterceptor()
Returns the next intercepter in the chain.
|
RMAdminRequestInterceptor |
RouterRMAdminService.RequestInterceptorChainWrapper.getRootInterceptor()
Gets the root request intercepter.
|
Modifier and Type | Method and Description |
---|---|
void |
RouterRMAdminService.RequestInterceptorChainWrapper.init(RMAdminRequestInterceptor interceptor)
Initializes the wrapper with the specified parameters.
|
void |
DefaultRMAdminRequestInterceptor.setNextInterceptor(RMAdminRequestInterceptor next) |
void |
AbstractRMAdminRequestInterceptor.setNextInterceptor(RMAdminRequestInterceptor nextInterceptor)
Sets the
RMAdminRequestInterceptor in the chain. |
void |
RMAdminRequestInterceptor.setNextInterceptor(RMAdminRequestInterceptor nextInterceptor)
Sets the next intercepter in the pipeline.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.