Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.SkipEntriesCallback
Packages that use AsyncCallbacks.SkipEntriesCallback
-
Uses of AsyncCallbacks.SkipEntriesCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.SkipEntriesCallbackModifier and TypeMethodDescriptionvoidManagedCursor.asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, Object ctx) Skip n entries from the read position of this cursor. -
Uses of AsyncCallbacks.SkipEntriesCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.SkipEntriesCallbackModifier and TypeMethodDescriptionvoidManagedCursorImpl.asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, Object ctx)