jasonosullivan34 commented on code in PR #9842:
URL: https://github.com/apache/ozone/pull/9842#discussion_r2871427693
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ContainerManager.java:
##########
@@ -55,6 +55,43 @@ default List<ContainerInfo> getContainers() {
return getContainers(ContainerID.valueOf(0), Integer.MAX_VALUE);
}
+ default List<ContainerID> getContainerIDs() {
+ return getContainerIDs(ContainerID.valueOf(0), Integer.MAX_VALUE);
+ }
+
+ /**
+ * Returns container IDs under certain conditions.
+ * Search container IDs from start ID(exclusive),
Review Comment:
I copied this javadoc from ContainerManager.getContainers, will I correct
that one too?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]