接口的使用
org.apache.bookkeeper.mledger.AsyncCallbacks.FindEntryCallback
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger中AsyncCallbacks.FindEntryCallback的使用
修饰符和类型方法说明voidManagedCursor.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, Object ctx) Find the newest entry that matches the given predicate. -
org.apache.bookkeeper.mledger.impl中AsyncCallbacks.FindEntryCallback的使用
修饰符和类型方法说明voidManagedCursorImpl.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, Object ctx)