Package org.apache.bookkeeper.client
Interface AsyncCallback.OpenCallback
-
- All Known Implementing Classes:
SyncCallbackUtils.SyncOpenCallback
- Enclosing interface:
- AsyncCallback
@Public @Stable public static interface AsyncCallback.OpenCallback
Async Callback for opening ledgers.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
openComplete(int rc, LedgerHandle lh, java.lang.Object ctx)
Callback for asynchronous call to open ledger.
-
-
-
Method Detail
-
openComplete
void openComplete(int rc, LedgerHandle lh, java.lang.Object ctx)
Callback for asynchronous call to open ledger.- Parameters:
rc
- Return codelh
- ledger handlectx
- context object
-
-