Uses of Interface
org.infinispan.util.SoftBPlusTree.IOPublishFunction
Packages that use SoftBPlusTree.IOPublishFunction
Package
Description
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of SoftBPlusTree.IOPublishFunction in org.infinispan.util
Methods in org.infinispan.util with parameters of type SoftBPlusTree.IOPublishFunctionModifier and TypeMethodDescription<R> io.reactivex.rxjava3.core.Flowable<R> SoftBPlusTree.publish(SoftBPlusTree.IOPublishFunction<V, R> function, boolean skipOnOutdated) Returns aFlowablethat emits entries in sorted order withSoftBPlusTree.IndexNodeOutdatedExceptionhandling controlled byskipOnOutdated.