Package org.apache.activemq.store.kahadb.disk.index
package org.apache.activemq.store.kahadb.disk.index
-
ClassDescriptionBTreeIndex<Key,
Value> BTreeIndex represents a Variable Magnitude B+Tree in a Page File.BTreeIndex.Prefixer<Key>Interface used to determine the simple prefix of two keys. , $Date$StringPrefixer is a Prefixer implementation that works on strings.BTreeNode<Key,Value> The BTreeNode class represents a node in the BTree object graph.BTreeNode.Marshaller<Key,Value> The Marshaller is used to store and load the data in the BTreeNode into a Page.BTreeVisitor<Key,Value> Interface used to selectively visit the entries in a BTree.BTreeVisitor.AndVisitor<Key,Value> BTreeVisitor.OrVisitor<Key,Value> BTreeVisitor.PredicateVisitor<Key,Value> HashIndex<Key,Value> BTree implementationIndex<Key,Value> Simpler than a MapListIndex<Key,Value> ListNode<Key,Value> The ListNode class represents a node in the List object graph.ListNode.NodeMarshaller<Key,Value> The Marshaller is used to store and load the data in the ListNode into a Page.