Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.FindEntryCallback
Packages that use AsyncCallbacks.FindEntryCallback
-
Uses of AsyncCallbacks.FindEntryCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.FindEntryCallbackModifier and TypeMethodDescriptionvoidManagedCursor.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, Object ctx) Find the newest entry that matches the given predicate.voidManagedCursor.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, Object ctx, boolean isFindFromLedger) Find the newest entry that matches the given predicate. -
Uses of AsyncCallbacks.FindEntryCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.FindEntryCallbackModifier and TypeMethodDescriptionvoidManagedCursorImpl.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, Object ctx) voidManagedCursorImpl.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, Object ctx, boolean isFindFromLedger)