Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.ReadEntryCallback
Packages that use AsyncCallbacks.ReadEntryCallback
Package
Description
-
Uses of AsyncCallbacks.ReadEntryCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.ReadEntryCallbackModifier and TypeMethodDescriptionvoidManagedCursor.asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, Object ctx) Asynchronously get 'N'th entry from the mark delete position in the cursor without updating any cursor positions. -
Uses of AsyncCallbacks.ReadEntryCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.ReadEntryCallbackModifier and TypeMethodDescriptionvoidManagedCursorImpl.asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, Object ctx) protected voidManagedLedgerImpl.asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle ledger, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) voidManagedLedgerImpl.asyncReadEntry(PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) voidReadOnlyManagedLedgerImpl.asyncReadEntry(PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) -
Uses of AsyncCallbacks.ReadEntryCallback in org.apache.bookkeeper.mledger.impl.cache
Methods in org.apache.bookkeeper.mledger.impl.cache with parameters of type AsyncCallbacks.ReadEntryCallbackModifier and TypeMethodDescriptionvoidEntryCache.asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) Read entry at given position from the cache or from bookkeeper.voidEntryCacheDisabled.asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx) voidRangeEntryCacheImpl.asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, PositionImpl position, AsyncCallbacks.ReadEntryCallback callback, Object ctx)