Enum Class的使用
org.apache.bookkeeper.mledger.ManagedCursor.FindPositionConstraint
程序包
说明
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中ManagedCursor.FindPositionConstraint的使用
修饰符和类型方法说明Returns 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.修饰符和类型方法说明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.ManagedCursor.findNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition) Find the newest entry that matches the given predicate.ReadOnlyCursor.findNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition) Find the newest entry that matches the given predicate. -
org.apache.bookkeeper.mledger.impl中ManagedCursor.FindPositionConstraint的使用
修饰符和类型方法说明voidManagedCursorImpl.asyncFindNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition, AsyncCallbacks.FindEntryCallback callback, Object ctx) ManagedCursorImpl.findNewestMatching(ManagedCursor.FindPositionConstraint constraint, com.google.common.base.Predicate<Entry> condition)