Package org.apache.bookkeeper.client
Class SyncCallbackUtils.LastAddConfirmedCallback
java.lang.Object
org.apache.bookkeeper.client.SyncCallbackUtils.LastAddConfirmedCallback
- All Implemented Interfaces:
AsyncCallback.AddLacCallback
- Enclosing class:
- SyncCallbackUtils
static class SyncCallbackUtils.LastAddConfirmedCallback
extends Object
implements AsyncCallback.AddLacCallback
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final SyncCallbackUtils.LastAddConfirmedCallback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLacComplete(int rc, LedgerHandle lh, Object ctx) Implementation of callback interface for synchronous read method.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LastAddConfirmedCallback
LastAddConfirmedCallback()
-
-
Method Details
-
addLacComplete
Implementation of callback interface for synchronous read method.- Specified by:
addLacCompletein interfaceAsyncCallback.AddLacCallback- Parameters:
rc- return codelh- ledger identifierctx- control object
-