Uses of Interface
org.apache.bookkeeper.client.api.LedgerEntry
Packages that use LedgerEntry
Package
Description
BookKeeper Client.
BookKeeper Client Public API.
BookKeeper Client implementation package.
-
Uses of LedgerEntry in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client with type parameters of type LedgerEntryModifier and TypeFieldDescription(package private) final List<LedgerEntry>BatchedReadOp.BatchedLedgerEntryRequest.entries -
Uses of LedgerEntry in org.apache.bookkeeper.client.api
Methods in org.apache.bookkeeper.client.api that return LedgerEntryModifier and TypeMethodDescriptionLedgerEntry.duplicate()Returns a duplicate of this entry.LastConfirmedAndEntry.getEntry()Gets wanted 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 LedgerEntryModifier and TypeMethodDescriptionLedgerEntries.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 LedgerEntryMethods in org.apache.bookkeeper.client.impl that return LedgerEntryModifier and TypeMethodDescriptionLastConfirmedAndEntryImpl.getEntry()Gets wanted 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 LedgerEntryModifier and TypeMethodDescriptionLedgerEntriesImpl.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 LedgerEntryModifier and TypeMethodDescriptionstatic LedgerEntryImplLedgerEntryImpl.duplicate(LedgerEntry entry) Method parameters in org.apache.bookkeeper.client.impl with type arguments of type LedgerEntryModifier and TypeMethodDescriptionstatic LedgerEntriesImplLedgerEntriesImpl.create(List<LedgerEntry> entries) Create ledger entries.