Package org.apache.bookkeeper.client
Interface AsyncCallback.AddLacCallback
- All Known Implementing Classes:
SyncCallbackUtils.LastAddConfirmedCallback
- Enclosing interface:
- AsyncCallback
Async Callback for updating LAC for ledgers.
- Since:
- 4.5
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddLacComplete(int rc, LedgerHandle lh, Object ctx) Callback declaration.
-
Method Details
-
addLacComplete
Callback declaration.- Parameters:
rc- return codelh- ledger handlectx- context object
-