| Package | Description |
|---|---|
| org.apache.bookkeeper.client |
BookKeeper Client.
|
| org.apache.bookkeeper.client.api |
BookKeeper Client Public API.
|
| org.apache.bookkeeper.client.impl |
BookKeeper Client implementation package.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LedgerOpenOp.OpenBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
OpenBuilder |
BookKeeper.newOpenLedgerOp() |
| Modifier and Type | Method and Description |
|---|---|
OpenBuilder |
BookKeeper.newOpenLedgerOp()
Open an existing ledger.
|
OpenBuilder |
OpenBuilder.withDigestType(DigestType digestType)
Sets the expected digest type used to check the contents of the ledger.
|
OpenBuilder |
OpenBuilder.withLedgerId(long ledgerId)
Set the id of the ledger to be opened.
|
OpenBuilder |
OpenBuilder.withPassword(byte[] password)
Sets the password to be used to open the ledger.
|
OpenBuilder |
OpenBuilder.withRecovery(boolean recovery)
Define to open the ledger in recovery mode or in readonly mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenBuilderBase
Base class for open builders which does the mundane builder stuff.
|
| Modifier and Type | Method and Description |
|---|---|
OpenBuilder |
OpenBuilderBase.withDigestType(DigestType digestType) |
OpenBuilder |
OpenBuilderBase.withLedgerId(long ledgerId) |
OpenBuilder |
OpenBuilderBase.withPassword(byte[] password) |
OpenBuilder |
OpenBuilderBase.withRecovery(boolean recovery) |
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.