| 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 |
|---|---|
java.util.concurrent.CompletableFuture<LastConfirmedAndEntry> |
LedgerHandle.readLastAddConfirmedAndEntryAsync(long entryId,
long timeOutInMillis,
boolean parallel)
Asynchronous read specific entry and the latest last add confirmed.
|
| Modifier and Type | Method and Description |
|---|---|
default LastConfirmedAndEntry |
ReadHandle.readLastAddConfirmedAndEntry(long entryId,
long timeOutInMillis,
boolean parallel)
Asynchronous read specific entry and the latest last add confirmed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<LastConfirmedAndEntry> |
ReadHandle.readLastAddConfirmedAndEntryAsync(long entryId,
long timeOutInMillis,
boolean parallel)
Asynchronous read specific entry and the latest last add confirmed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LastConfirmedAndEntryImpl
This contains LastAddConfirmed entryId and a LedgerEntry wanted to read.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.