Uses of Class
org.apache.bookkeeper.client.LedgerEntry
Packages that use LedgerEntry
Package
Description
BookKeeper Client.
BookKeeper Client implementation package.
Classes related to the Bookkeeper protocol.
A java io stream wrapper over bookkeeper ledgers.
-
Uses of LedgerEntry in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as LedgerEntryModifier and TypeFieldDescription(package private) LedgerEntryBookKeeperAdmin.LedgerEntriesIterator.currentEntryFields in org.apache.bookkeeper.client with type parameters of type LedgerEntryMethods in org.apache.bookkeeper.client that return LedgerEntryModifier and TypeMethodDescriptionBookKeeperAdmin.LedgerEntriesIterator.next()LedgerHandle.readLastEntry()Methods in org.apache.bookkeeper.client that return types with arguments of type LedgerEntryModifier and TypeMethodDescriptionLedgerHandle.batchReadEntries(long startEntry, int maxCount, long maxSize) Read a sequence of entries synchronously.LedgerHandle.batchReadUnconfirmedEntries(long firstEntry, int maxCount, long maxSize) Read a sequence of entries synchronously, allowing to read after the LastAddConfirmed range.
This is the same ofLedgerHandle.asyncBatchReadUnconfirmedEntries(long, int, long, ReadCallback, Object)(package private) Enumeration<LedgerEntry>SyncCounter.getSequence()BookKeeperAdmin.LedgerEntriesIterable.iterator()BookKeeperAdmin.readEntries(long ledgerId, long firstEntry, long lastEntry) Read entries from a ledger synchronously.LedgerHandle.readEntries(long firstEntry, long lastEntry) Read a sequence of entries synchronously.LedgerHandle.readUnconfirmedEntries(long firstEntry, long lastEntry) Read a sequence of entries synchronously, allowing to read after the LastAddConfirmed range.
This is the same ofLedgerHandle.asyncReadUnconfirmedEntries(long, long, ReadCallback, Object)Methods in org.apache.bookkeeper.client with parameters of type LedgerEntryModifier and TypeMethodDescriptionvoidLedgerRecoveryOp.onEntryComplete(int rc, LedgerHandle lh, LedgerEntry entry, Object ctx) voidAsyncCallback.ReadLastConfirmedAndEntryCallback.readLastConfirmedAndEntryComplete(int rc, long lastConfirmed, LedgerEntry entry, Object ctx) Callback definition for bookie operation that allows reading the last add confirmed along with an entry within the last add confirmed range.voidReadLastConfirmedAndEntryOp.LastConfirmedAndEntryCallback.readLastConfirmedAndEntryComplete(int rc, long lastAddConfirmed, LedgerEntry entry) voidSyncCallbackUtils.FutureReadLastConfirmedAndEntry.readLastConfirmedAndEntryComplete(int rc, long lastConfirmed, LedgerEntry entry, Object ctx) Method parameters in org.apache.bookkeeper.client with type arguments of type LedgerEntryModifier and TypeMethodDescriptionvoidAsyncCallback.ReadCallback.readComplete(int rc, LedgerHandle lh, Enumeration<LedgerEntry> seq, Object ctx) Callback declaration.voidSyncCallbackUtils.SyncReadCallback.readComplete(int rc, LedgerHandle lh, Enumeration<LedgerEntry> seq, Object ctx) Implementation of callback interface for synchronous read method.(package private) voidSyncCounter.setSequence(Enumeration<LedgerEntry> seq) Constructor parameters in org.apache.bookkeeper.client with type arguments of type LedgerEntryModifierConstructorDescription -
Uses of LedgerEntry in org.apache.bookkeeper.client.impl
Methods in org.apache.bookkeeper.client.impl with parameters of type LedgerEntryModifier and TypeMethodDescriptionstatic LastConfirmedAndEntryImplLastConfirmedAndEntryImpl.create(long lac, LedgerEntry entry) -
Uses of LedgerEntry in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto with parameters of type LedgerEntryModifier and TypeMethodDescriptionvoidBookkeeperInternalCallbacks.ReadEntryListener.onEntryComplete(int rc, LedgerHandle lh, LedgerEntry entry, Object ctx) On given entry completed. -
Uses of LedgerEntry in org.apache.bookkeeper.streaming
Fields in org.apache.bookkeeper.streaming with type parameters of type LedgerEntryModifier and TypeFieldDescription(package private) Enumeration<LedgerEntry>LedgerInputStream.ledgerSeq