| Package | Description |
|---|---|
| org.apache.bookkeeper.client.api |
BookKeeper Client Public API.
|
| org.apache.bookkeeper.client.impl |
BookKeeper Client implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
LedgerEntry |
LedgerEntry.duplicate()
Returns a duplicate of this entry.
|
LedgerEntry |
LastConfirmedAndEntry.getEntry()
Gets wanted LedgerEntry.
|
LedgerEntry |
LedgerEntries.getEntry(long entryId)
Gets a specific LedgerEntry by entryId.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<LedgerEntry> |
LedgerEntries.iterator()
Get an iterator over all the ledger entries contained in the
LedgerEntries object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LedgerEntryImpl
Ledger entry.
|
| Modifier and Type | Method and Description |
|---|---|
LedgerEntry |
LastConfirmedAndEntryImpl.getEntry()
Gets wanted LedgerEntry.
|
LedgerEntry |
LedgerEntriesImpl.getEntry(long entryId)
Gets a specific LedgerEntry by entryId.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<LedgerEntry> |
LedgerEntriesImpl.iterator()
Get an iterator over all the ledger entries contained in the
LedgerEntries object.
|
| Modifier and Type | Method and Description |
|---|---|
static LedgerEntryImpl |
LedgerEntryImpl.duplicate(LedgerEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
static LedgerEntriesImpl |
LedgerEntriesImpl.create(java.util.List<LedgerEntry> entries)
Create ledger entries.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.