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 LedgerEntryLedgerEntry. duplicate()Returns a duplicate of this entry.LedgerEntryLastConfirmedAndEntry. getEntry()Gets wanted LedgerEntry.LedgerEntryLedgerEntries. 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 classLedgerEntryImplLedger entry.Methods in org.apache.bookkeeper.client.impl that return LedgerEntry Modifier and Type Method Description LedgerEntryLastConfirmedAndEntryImpl. getEntry()Gets wanted LedgerEntry.LedgerEntryLedgerEntriesImpl. 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 LedgerEntryImplLedgerEntryImpl. duplicate(LedgerEntry entry)Method parameters in org.apache.bookkeeper.client.impl with type arguments of type LedgerEntry Modifier and Type Method Description static LedgerEntriesImplLedgerEntriesImpl. create(java.util.List<LedgerEntry> entries)Create ledger entries.
-