Uses of Enum Class
org.apache.bookkeeper.mledger.ManagedCursor.FindPositionConstraint
Packages that use ManagedCursor.FindPositionConstraint
-
Uses of ManagedCursor.FindPositionConstraint in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ManagedCursor.FindPositionConstraintModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ManagedCursor.FindPositionConstraint[]ManagedCursor.FindPositionConstraint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.mledger with parameters of type ManagedCursor.FindPositionConstraintModifier 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.ManagedCursor.findNewestMatching(ManagedCursor.FindPositionConstraint constraint, Predicate<Entry> condition) Find the newest entry that matches the given predicate.ReadOnlyCursor.findNewestMatching(ManagedCursor.FindPositionConstraint constraint, Predicate<Entry> condition) Find the newest entry that matches the given predicate. -
Uses of ManagedCursor.FindPositionConstraint in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type ManagedCursor.FindPositionConstraintModifier 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) ManagedCursorImpl.findNewestMatching(ManagedCursor.FindPositionConstraint constraint, Predicate<Entry> condition)