xiaoyuyao commented on a change in pull request #1662:
URL: https://github.com/apache/ozone/pull/1662#discussion_r543795857
##########
File path:
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/security/x509/certificate/authority/CertificateServer.java
##########
@@ -112,6 +114,16 @@ X509Certificate getCertificate(String certSerialId)
* framework.
*/
+ /**
+ * List certificates.
+ * @param type - node type: OM/SCM/DN
+ * @param startSerialId - start certificate serial id
+ * @param count - max number of certificates returned in a batch
+ * @return
+ * @throws IOException
+ */
+ List<X509Certificate> listCertificate(HddsProtos.NodeType type,
Review comment:
Same as above.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]