Uses of Package
org.apache.hadoop.yarn.server.router.rmadmin
Packages that use org.apache.hadoop.yarn.server.router.rmadmin
Package
Description
Router Server package.
Router RM Admin Proxy Service package.
-
Classes in org.apache.hadoop.yarn.server.router.rmadmin used by org.apache.hadoop.yarn.server.routerClassDescriptionRouterRMAdminService is a service that runs on each router that can be used to intercept and inspect
ResourceManagerAdministrationProtocolmessages from client to the cluster resource manager. -
Classes in org.apache.hadoop.yarn.server.router.rmadmin used by org.apache.hadoop.yarn.server.router.rmadminClassDescriptionImplements the
RMAdminRequestInterceptorinterface 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.Private structure for encapsulating RequestInterceptor and user instances.