Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.OpenCallback
-
Packages that use AsyncCallback.OpenCallback Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of AsyncCallback.OpenCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.OpenCallback Modifier and Type Class Description (package private) static classSyncCallbackUtils.SyncOpenCallbackFields in org.apache.bookkeeper.client declared as AsyncCallback.OpenCallback Modifier and Type Field Description (package private) AsyncCallback.OpenCallbackLedgerOpenOp. cbMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.OpenCallback Modifier and Type Method Description voidBookKeeper. asyncOpenLedger(long lId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, java.lang.Object ctx)Open existing ledger asynchronously for reading.voidBookKeeperAdmin. asyncOpenLedger(long lId, AsyncCallback.OpenCallback cb, java.lang.Object ctx)Open a ledger as an administrator.voidBookKeeper. asyncOpenLedgerNoRecovery(long lId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, java.lang.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, java.lang.Object ctx)Open a ledger as an administrator without recovering the ledger.Constructors in org.apache.bookkeeper.client with parameters of type AsyncCallback.OpenCallback Constructor Description LedgerOpenOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, AsyncCallback.OpenCallback cb, java.lang.Object ctx)LedgerOpenOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, java.lang.Object ctx)Constructor.
-