Uses of Interface
org.infinispan.util.SoftBPlusTree.NodeStore
Packages that use SoftBPlusTree.NodeStore
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.NodeStore in org.infinispan.util
Constructors in org.infinispan.util with parameters of type SoftBPlusTree.NodeStoreModifierConstructorDescriptionSoftBPlusTree(int minNodeSize, int maxNodeSize, SoftBPlusTree.NodeStore store, SoftBPlusTree.ValueSerializer<V> serializer, SoftBPlusTree.KeyLoader<V> keyLoader) Creates a disk-backed B+ tree with no block alignment (alignment of 1) and an initial store size of 0.SoftBPlusTree(int minNodeSize, int maxNodeSize, SoftBPlusTree.NodeStore store, SoftBPlusTree.ValueSerializer<V> serializer, SoftBPlusTree.KeyLoader<V> keyLoader, short blockAlignment, long initialStoreSize) Creates a disk-backed B+ tree with block-aligned free space management.