See: Description
| Interface | Description | 
|---|---|
| RMAdminRequestInterceptor | Defines the contract to be implemented by the request intercepter classes,
 that can be used to intercept and inspect messages sent from the client to
 the resource manager. | 
| Class | Description | 
|---|---|
| AbstractRMAdminRequestInterceptor | Implements the  RMAdminRequestInterceptorinterface and provides
 common functionality which can can be used and/or extended by other concrete
 intercepter classes. | 
| DefaultRMAdminRequestInterceptor | Extends the  AbstractRMAdminRequestInterceptorclass and provides an
 implementation that simply forwards the client requests to the cluster
 resource manager. | 
| RouterRMAdminService | RouterRMAdminService is a service that runs on each router that can be used
 to intercept and inspect  ResourceManagerAdministrationProtocolmessages from client to the cluster resource manager. | 
| RouterRMAdminService.RequestInterceptorChainWrapper | Private structure for encapsulating RequestInterceptor and user instances. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.