Uses of Class
org.apache.bookkeeper.mledger.ManagedCursor.FindPositionConstraint
-
Packages that use ManagedCursor.FindPositionConstraint Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManagedCursor.FindPositionConstraint in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ManagedCursor.FindPositionConstraint Modifier and Type Method Description static ManagedCursor.FindPositionConstraintManagedCursor.FindPositionConstraint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ManagedCursor.FindPositionConstraint[]ManagedCursor.FindPositionConstraint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.mledger with parameters of type ManagedCursor.FindPositionConstraint Modifier and Type Method Description voidManagedCursor. asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, java.lang.Object ctx)Find the newest entry that matches the given predicate.PositionManagedCursor. findNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition)Find the newest entry that matches the given predicate.PositionReadOnlyCursor. findNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.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.FindPositionConstraint Modifier and Type Method Description voidManagedCursorImpl. asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, java.lang.Object ctx)PositionManagedCursorImpl. findNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition)
-