wangjialing218 commented on a change in pull request #13184:
URL: https://github.com/apache/pulsar/pull/13184#discussion_r764589745



##########
File path: 
pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/Namespaces.java
##########
@@ -190,6 +191,14 @@
      */
     CompletableFuture<BundlesData> getBundlesAsync(String namespace);
 
+    BundleStats getBundleStats(String namespace, String bundle) throws 
PulsarAdminException;
+
+    CompletableFuture<BundleStats> getBundleStatsAsync(String namespace, 
String bundle);
+
+    List<BundleStats> getAllBundleStats(String namespace) throws 
PulsarAdminException;
+
+    CompletableFuture<List<BundleStats>> getAllBundleStatsAsync(String 
namespace);

Review comment:
       Done




-- 
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]


Reply via email to