| Package | Description |
|---|---|
| org.apache.bookkeeper.client |
BookKeeper Client.
|
| org.apache.bookkeeper.client.impl |
BookKeeper Client implementation package.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) LedgerEntryImpl |
PendingReadOp.LedgerEntryRequest.entryImpl |
(package private) LedgerEntryImpl |
ReadLastConfirmedAndEntryOp.ReadLACAndEntryRequest.entryImpl |
| Constructor and Description |
|---|
LedgerEntry(LedgerEntryImpl entry) |
| Modifier and Type | Method and Description |
|---|---|
static LedgerEntryImpl |
LedgerEntryImpl.create(long ledgerId,
long entryId) |
static LedgerEntryImpl |
LedgerEntryImpl.create(long ledgerId,
long entryId,
long length,
io.netty.buffer.ByteBuf buf) |
LedgerEntryImpl |
LedgerEntryImpl.duplicate()
Returns a duplicate of this entry.
|
static LedgerEntryImpl |
LedgerEntryImpl.duplicate(LedgerEntry entry) |
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.