Uses of Interface
org.infinispan.util.SoftBPlusTree.ValueSerializer
Packages that use SoftBPlusTree.ValueSerializer
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.ValueSerializer in org.infinispan.util
Constructors in org.infinispan.util with parameters of type SoftBPlusTree.ValueSerializerModifierConstructorDescriptionSoftBPlusTree(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.