HDFS-17139. RBF: For the doc of the class RouterAdminProtocolTranslatorPB, it describes the function of the class ClientNamenodeProtocolTranslatorPB (#5917)

This commit is contained in:
Jian Zhang 2023-09-13 05:44:55 +08:00 committed by GitHub
parent 81d90fd65b
commit e4dd7fe1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,8 +112,8 @@
import org.apache.hadoop.thirdparty.protobuf.ServiceException; import org.apache.hadoop.thirdparty.protobuf.ServiceException;
/** /**
* This class forwards NN's ClientProtocol calls as RPC calls to the NN server * This class forwards RouterAdminProtocol calls as RPC calls to the RouterAdmin server
* while translating from the parameter types used in ClientProtocol to the * while translating from the parameter types used in RouterAdminProtocol to the
* new PB types. * new PB types.
*/ */
@InterfaceAudience.Private @InterfaceAudience.Private