Package | Description |
---|---|
org.apache.bookkeeper.client |
Modifier and Type | Method and Description |
---|---|
void |
BookKeeperAdmin.asyncOpenLedger(long lId,
AsyncCallback.OpenCallback cb,
Object ctx)
Open a ledger as an administrator.
|
void |
BookKeeper.asyncOpenLedger(long lId,
BookKeeper.DigestType digestType,
byte[] passwd,
AsyncCallback.OpenCallback cb,
Object ctx)
Open existing ledger asynchronously for reading.
|
void |
BookKeeperAdmin.asyncOpenLedgerNoRecovery(long lId,
AsyncCallback.OpenCallback cb,
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,
Object ctx)
Open existing ledger asynchronously for reading, but it does not try to
recover the ledger if it is not yet closed.
|
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.