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 class
SyncCallbackUtils.SyncOpenCallback
Fields in org.apache.bookkeeper.client declared as AsyncCallback.OpenCallback Modifier and Type Field Description (package private) AsyncCallback.OpenCallback
LedgerOpenOp. cb
Methods in org.apache.bookkeeper.client with parameters of type AsyncCallback.OpenCallback Modifier and Type Method Description void
BookKeeper. asyncOpenLedger(long lId, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.OpenCallback cb, java.lang.Object ctx)
Open existing ledger asynchronously for reading.void
BookKeeperAdmin. asyncOpenLedger(long lId, AsyncCallback.OpenCallback cb, java.lang.Object ctx)
Open a ledger as an administrator.void
BookKeeper. 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.void
BookKeeperAdmin. 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.
-