Uses of Interface
org.apache.hadoop.yarn.server.router.rmadmin.RMAdminRequestInterceptor
Packages that use RMAdminRequestInterceptor
Package
Description
Router RM Admin Proxy Service package.
-
Uses of RMAdminRequestInterceptor in org.apache.hadoop.yarn.server.router.rmadmin
Classes in org.apache.hadoop.yarn.server.router.rmadmin that implement RMAdminRequestInterceptorModifier and TypeClassDescriptionclassImplements theRMAdminRequestInterceptorinterface and provides common functionality which can can be used and/or extended by other concrete interceptor classes.classExtends theAbstractRMAdminRequestInterceptorclass and provides an implementation that simply forwards the client requests to the cluster resource manager.classMethods in org.apache.hadoop.yarn.server.router.rmadmin that return RMAdminRequestInterceptorModifier and TypeMethodDescriptionprotected RMAdminRequestInterceptorRouterRMAdminService.createRequestInterceptorChain()This method creates and returns reference of the first interceptor in the chain of request interceptor instances.AbstractRMAdminRequestInterceptor.getNextInterceptor()Gets the nextRMAdminRequestInterceptorin the chain.RMAdminRequestInterceptor.getNextInterceptor()Returns the next interceptor in the chain.RouterRMAdminService.RequestInterceptorChainWrapper.getRootInterceptor()Gets the root request interceptor.Methods in org.apache.hadoop.yarn.server.router.rmadmin with parameters of type RMAdminRequestInterceptorModifier and TypeMethodDescriptionvoidRouterRMAdminService.RequestInterceptorChainWrapper.init(RMAdminRequestInterceptor interceptor) Initializes the wrapper with the specified parameters.voidAbstractRMAdminRequestInterceptor.setNextInterceptor(RMAdminRequestInterceptor nextInterceptor) Sets theRMAdminRequestInterceptorin the chain.voidDefaultRMAdminRequestInterceptor.setNextInterceptor(RMAdminRequestInterceptor next) voidFederationRMAdminInterceptor.setNextInterceptor(RMAdminRequestInterceptor next) voidRMAdminRequestInterceptor.setNextInterceptor(RMAdminRequestInterceptor nextInterceptor) Sets the next interceptor in the pipeline.