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