See: Description
| Class | Description | 
|---|---|
| CsiAdaptorFactory | Desired csi-adaptor implementation is configurable, default to
 CsiAdaptorProtocolService. | 
| CsiAdaptorProtocolService | This is a Hadoop RPC server, we uses the Hadoop RPC framework here
 because we need to stick to the security model current Hadoop supports. | 
| CsiAdaptorServices | NM manages csi-adaptors as a single NM AUX service, this service
 manages a set of rpc services and each of them serves one particular
 csi-driver. | 
| DefaultCsiAdaptorImpl | The default implementation of csi-driver-adaptor service. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.