Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.FindEntryCallback
-
Packages that use AsyncCallbacks.FindEntryCallback 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 AsyncCallbacks.FindEntryCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.FindEntryCallback 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. -
Uses of AsyncCallbacks.FindEntryCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.FindEntryCallback Modifier and Type Method Description voidManagedCursorImpl. asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, java.lang.Object ctx)
-