Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.OpenCallback
Packages that use AsyncCallback.OpenCallback
-
Uses of AsyncCallback.OpenCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.OpenCallbackModifier and TypeClassDescription(package private) static classFields in org.apache.bookkeeper.client declared as AsyncCallback.OpenCallbackModifier and TypeFieldDescription(package private) final AsyncCallback.OpenCallbackLedgerOpenOp.cbMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.OpenCallbackModifier and TypeMethodDescriptionvoidBookKeeper.asyncOpenLedger(long lId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, Object ctx) Open existing ledger asynchronously for reading.voidBookKeeper.asyncOpenLedger(long lId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, Object ctx, boolean keepUpdateMetadata) Open existing ledger asynchronously for reading.voidBookKeeperAdmin.asyncOpenLedger(long lId, AsyncCallback.OpenCallback cb, Object ctx) Open a ledger as an administrator.voidBookKeeper.asyncOpenLedgerNoRecovery(long lId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, Object ctx) Open existing ledger asynchronously for reading, but it does not try to recover the ledger if it is not yet closed.voidBookKeeperAdmin.asyncOpenLedgerNoRecovery(long lId, AsyncCallback.OpenCallback cb, Object ctx) Open a ledger as an administrator without recovering the ledger.Constructors in org.apache.bookkeeper.client with parameters of type AsyncCallback.OpenCallbackModifierConstructorDescriptionLedgerOpenOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, AsyncCallback.OpenCallback cb, Object ctx) LedgerOpenOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, Object ctx) Constructor.