| Package | Description |
|---|---|
| org.apache.bookkeeper.client |
BookKeeper Client.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
SyncCallbackUtils.SyncOpenCallback |
| Modifier and Type | Field and Description |
|---|---|
(package private) AsyncCallback.OpenCallback |
LedgerOpenOp.cb |
| Modifier and Type | Method and Description |
|---|---|
void |
BookKeeperAdmin.asyncOpenLedger(long lId,
AsyncCallback.OpenCallback cb,
java.lang.Object ctx)
Open a ledger as an administrator.
|
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.asyncOpenLedgerNoRecovery(long lId,
AsyncCallback.OpenCallback cb,
java.lang.Object ctx)
Open a ledger as an administrator without recovering the ledger.
|
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.
|
| Constructor and 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.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.