Uses of Package
org.apache.hadoop.yarn.server.router.clientrm
Packages that use org.apache.hadoop.yarn.server.router.clientrm
Package
Description
Router Server package.
Router ClientRM Proxy Service package.
Router WebApp package.
-
Classes in org.apache.hadoop.yarn.server.router.clientrm used by org.apache.hadoop.yarn.server.routerClassDescriptionRouterClientRMService is a service that runs on each router that can be used to intercept and inspect
ApplicationClientProtocolmessages from client to the cluster resource manager. -
Classes in org.apache.hadoop.yarn.server.router.clientrm used by org.apache.hadoop.yarn.server.router.clientrmClassDescriptionImplements the
ClientRequestInterceptorinterface and provides common functionality which can can be used and/or extended by other concrete interceptor classes.Defines the contract to be implemented by the request interceptor classes, that can be used to intercept and inspect messages sent from the client to the resource manager.Interceptor that does not do anything other than forwarding it to the next Interceptor in the chain.Private structure for encapsulating RequestInterceptor and user instances. -
Classes in org.apache.hadoop.yarn.server.router.clientrm used by org.apache.hadoop.yarn.server.router.webappClassDescriptionRouterClientRMService is a service that runs on each router that can be used to intercept and inspect
ApplicationClientProtocolmessages from client to the cluster resource manager.