Uses of Interface
org.apache.hadoop.yarn.server.router.webapp.RESTRequestInterceptor
Packages that use RESTRequestInterceptor
-
Uses of RESTRequestInterceptor in org.apache.hadoop.yarn.server.router.webapp
Classes in org.apache.hadoop.yarn.server.router.webapp that implement RESTRequestInterceptorModifier and TypeClassDescriptionclassExtends the RequestInterceptor class and provides common functionality which can be used and/or extended by other concrete interceptor classes.classExtends the AbstractRequestInterceptorClient class and provides an implementation that simply forwards the client requests to the resource manager.classExtends theAbstractRESTRequestInterceptorclass and provides an implementation for federation of YARN RM and scaling an application across multiple YARN SubClusters.Methods in org.apache.hadoop.yarn.server.router.webapp that return RESTRequestInterceptorModifier and TypeMethodDescriptionprotected RESTRequestInterceptorRouterWebServices.createRequestInterceptorChain()This method creates and returns reference of the first interceptor in the chain of request interceptor instances.AbstractRESTRequestInterceptor.getNextInterceptor()Gets the nextRESTRequestInterceptorin the chain.RESTRequestInterceptor.getNextInterceptor()Returns the next interceptor in the chain.RouterWebServices.RequestInterceptorChainWrapper.getRootInterceptor()Gets the root request interceptor.Methods in org.apache.hadoop.yarn.server.router.webapp with parameters of type RESTRequestInterceptorModifier and TypeMethodDescriptionvoidRouterWebServices.RequestInterceptorChainWrapper.init(RESTRequestInterceptor interceptor) Initializes the wrapper with the specified parameters.voidAbstractRESTRequestInterceptor.setNextInterceptor(RESTRequestInterceptor nextInterceptor) Sets theRESTRequestInterceptorin the chain.voidDefaultRequestInterceptorREST.setNextInterceptor(RESTRequestInterceptor next) voidFederationInterceptorREST.setNextInterceptor(RESTRequestInterceptor next) voidRESTRequestInterceptor.setNextInterceptor(RESTRequestInterceptor nextInterceptor) Sets the next interceptor in the pipeline.