Browse Source

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

Jian Zhang 1 năm trước cách đây
mục cha
commit
e4dd7fe1b7

+ 2 - 2
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/protocolPB/RouterAdminProtocolTranslatorPB.java

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