Uses of Interface
org.apache.bookkeeper.client.api.LedgerEntry
-
Packages that use LedgerEntry 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. -
-
Uses of LedgerEntry in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client with type parameters of type LedgerEntry Modifier and Type Field Description (package private) java.util.List<LedgerEntry>
BatchedReadOp.BatchedLedgerEntryRequest. entries
-
Uses of LedgerEntry in org.apache.bookkeeper.client.api
Methods in org.apache.bookkeeper.client.api that return LedgerEntry Modifier and Type Method 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.Methods in org.apache.bookkeeper.client.api that return types with arguments of type LedgerEntry Modifier and Type Method Description java.util.Iterator<LedgerEntry>
LedgerEntries. iterator()
Get an iterator over all the ledger entries contained in the LedgerEntries object. -
Uses of LedgerEntry in org.apache.bookkeeper.client.impl
Classes in org.apache.bookkeeper.client.impl that implement LedgerEntry Modifier and Type Class Description class
LedgerEntryImpl
Ledger entry.Methods in org.apache.bookkeeper.client.impl that return LedgerEntry Modifier and Type Method Description LedgerEntry
LastConfirmedAndEntryImpl. getEntry()
Gets wanted LedgerEntry.LedgerEntry
LedgerEntriesImpl. getEntry(long entryId)
Gets a specific LedgerEntry by entryId.Methods in org.apache.bookkeeper.client.impl that return types with arguments of type LedgerEntry Modifier and Type Method Description java.util.Iterator<LedgerEntry>
LedgerEntriesImpl. iterator()
Get an iterator over all the ledger entries contained in the LedgerEntries object.Methods in org.apache.bookkeeper.client.impl with parameters of type LedgerEntry Modifier and Type Method Description static LedgerEntryImpl
LedgerEntryImpl. duplicate(LedgerEntry entry)
Method parameters in org.apache.bookkeeper.client.impl with type arguments of type LedgerEntry Modifier and Type Method Description static LedgerEntriesImpl
LedgerEntriesImpl. create(java.util.List<LedgerEntry> entries)
Create ledger entries.
-