| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.router.webapp |
Router WebApp package.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractRESTRequestInterceptor |
Extends the RequestInterceptor class and provides common functionality which
can be used and/or extended by other concrete interceptor classes.
|
class |
DefaultRequestInterceptorREST |
Extends the AbstractRequestInterceptorClient class and provides an
implementation that simply forwards the client requests to the resource
manager.
|
class |
FederationInterceptorREST |
Extends the
AbstractRESTRequestInterceptor class and provides an
implementation for federation of YARN RM and scaling an application across
multiple YARN SubClusters. |
| Modifier and Type | Method | Description |
|---|---|---|
protected RESTRequestInterceptor |
RouterWebServices.createRequestInterceptorChain() |
This method creates and returns reference of the first interceptor in the
chain of request interceptor instances.
|
RESTRequestInterceptor |
AbstractRESTRequestInterceptor.getNextInterceptor() |
Gets the next
RESTRequestInterceptor in the chain. |
RESTRequestInterceptor |
RESTRequestInterceptor.getNextInterceptor() |
Returns the next interceptor in the chain.
|
RESTRequestInterceptor |
RouterWebServices.RequestInterceptorChainWrapper.getRootInterceptor() |
Gets the root request interceptor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RouterWebServices.RequestInterceptorChainWrapper.init(RESTRequestInterceptor interceptor) |
Initializes the wrapper with the specified parameters.
|
void |
AbstractRESTRequestInterceptor.setNextInterceptor(RESTRequestInterceptor nextInterceptor) |
Sets the
RESTRequestInterceptor in the chain. |
void |
DefaultRequestInterceptorREST.setNextInterceptor(RESTRequestInterceptor next) |
|
void |
FederationInterceptorREST.setNextInterceptor(RESTRequestInterceptor next) |
|
void |
RESTRequestInterceptor.setNextInterceptor(RESTRequestInterceptor nextInterceptor) |
Sets the next interceptor in the pipeline.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.