| Package | Description |
|---|---|
| org.apache.bookkeeper.client |
BookKeeper Client.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
SyncCallbackUtils.SyncReadCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
LedgerHandle.asyncReadEntries(long firstEntry,
long lastEntry,
AsyncCallback.ReadCallback cb,
java.lang.Object ctx)
Read a sequence of entries asynchronously.
|
(package private) void |
LedgerHandle.asyncReadEntriesInternal(long firstEntry,
long lastEntry,
AsyncCallback.ReadCallback cb,
java.lang.Object ctx,
boolean isRecoveryRead) |
void |
LedgerHandle.asyncReadLastEntry(AsyncCallback.ReadCallback cb,
java.lang.Object ctx) |
void |
ReadOnlyLedgerHandle.asyncReadLastEntry(AsyncCallback.ReadCallback cb,
java.lang.Object ctx) |
void |
LedgerHandle.asyncReadUnconfirmedEntries(long firstEntry,
long lastEntry,
AsyncCallback.ReadCallback cb,
java.lang.Object ctx)
Read a sequence of entries asynchronously, allowing to read after the LastAddConfirmed range.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.