Uses of Class
org.infinispan.util.BPlusTree
Packages that use BPlusTree
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 BPlusTree in org.infinispan.util
Subclasses of BPlusTree in org.infinispan.utilModifier and TypeClassDescriptionclassABPlusTreesubclass that persists each node independently to aSoftBPlusTree.NodeStoreand wraps every inner-node child in aSoftBPlusTree.SoftNode.