| 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 | Method and Description |
|---|---|
(package private) java.util.concurrent.CompletableFuture<LedgerEntries> |
PendingReadOp.future() |
java.util.concurrent.CompletableFuture<LedgerEntries> |
LedgerHandle.readAsync(long firstEntry,
long lastEntry)
Read a sequence of entries asynchronously.
|
(package private) java.util.concurrent.CompletableFuture<LedgerEntries> |
LedgerHandle.readEntriesInternalAsync(long firstEntry,
long lastEntry,
boolean isRecoveryRead) |
java.util.concurrent.CompletableFuture<LedgerEntries> |
LedgerHandle.readUnconfirmedAsync(long firstEntry,
long lastEntry)
Read a sequence of entries asynchronously, allowing to read after the LastAddConfirmed range.
|
| Modifier and Type | Method and Description |
|---|---|
default LedgerEntries |
ReadHandle.read(long firstEntry,
long lastEntry)
Read a sequence of entries synchronously.
|
default LedgerEntries |
ReadHandle.readUnconfirmed(long firstEntry,
long lastEntry)
Read a sequence of entries synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<LedgerEntries> |
ReadHandle.readAsync(long firstEntry,
long lastEntry)
Read a sequence of entries asynchronously.
|
java.util.concurrent.CompletableFuture<LedgerEntries> |
ReadHandle.readUnconfirmedAsync(long firstEntry,
long lastEntry)
Read a sequence of entries asynchronously, allowing to read after the LastAddConfirmed range.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LedgerEntriesImpl
Ledger entries implementation.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.