Package org.apache.bookkeeper.client
Interface AsyncCallback.IsClosedCallback
- Enclosing interface:
- AsyncCallback
Async Callback for checking if a ledger is closed.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidisClosedComplete(int rc, boolean isClosed, Object ctx) Callback definition for isClosed operation.
-
Method Details
-
isClosedComplete
Callback definition for isClosed operation.- Parameters:
rc- return codeisClosed- true if ledger is closed
-