Uses of Record Class
org.infinispan.util.BPlusTree.PathEntry
Packages that use BPlusTree.PathEntry
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.PathEntry in org.infinispan.util
Method parameters in org.infinispan.util with type arguments of type BPlusTree.PathEntryModifier and TypeMethodDescriptionprotected voidBPlusTree.onValueOverwritten(Deque<BPlusTree.PathEntry<V>> stack, BPlusTree.LeafNode<V> leaf, int entryIndex) protected voidSoftBPlusTree.onValueOverwritten(Deque<BPlusTree.PathEntry<V>> stack, BPlusTree.LeafNode<V> leaf, int entryIndex) protected booleanBPlusTree.tryInPlaceLeafUpdate(Deque<BPlusTree.PathEntry<V>> stack, BPlusTree.LeafNode<V> oldLeaf, BPlusTree.LeafNode<V> newLeaf) protected booleanSoftBPlusTree.tryInPlaceLeafUpdate(Deque<BPlusTree.PathEntry<V>> stack, BPlusTree.LeafNode<V> oldLeaf, BPlusTree.LeafNode<V> newLeaf)