eolivelli commented on a change in pull request #510: Issue-605 BP-15 New 
CreateLedger API
URL: https://github.com/apache/bookkeeper/pull/510#discussion_r140161999
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/util/OrderedSafeExecutor.java
 ##########
 @@ -511,4 +512,59 @@ public String toString() {
 
         public abstract void safeOperationComplete(int rc, T result);
     }
+
+    public static abstract class DeferredOrderOrderedSafeGenericCallback<T>
 
 Review comment:
   it is needed for LedgerDeleteOp which implements OrderedSafeGenericCallback 
but the orderingKey is not known at construction time
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to