Package org.apache.hadoop.yarn.csi.adaptor
package org.apache.hadoop.yarn.csi.adaptor
This package contains CSI adaptor classes.
-
ClassesClassDescriptionDesired csi-adaptor implementation is configurable, default to 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.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.The default implementation of csi-driver-adaptor service.