Uses of Class
org.apache.activemq.store.kahadb.disk.index.BTreeNode
-
Packages that use BTreeNode Package Description org.apache.activemq.store.kahadb.disk.index -
-
Uses of BTreeNode in org.apache.activemq.store.kahadb.disk.index
Methods in org.apache.activemq.store.kahadb.disk.index that return BTreeNode Modifier and Type Method Description BTreeNode<Key,Value>BTreeNode. getFirstLeafNode(Transaction tx)BTreeNode<Key,Value>BTreeNode. getParent()BTreeNode<Key,Value>BTreeNode.Marshaller. readPayload(DataInput is)Methods in org.apache.activemq.store.kahadb.disk.index that return types with arguments of type BTreeNode Modifier and Type Method Description Page<BTreeNode<Key,Value>>BTreeNode. getPage()Methods in org.apache.activemq.store.kahadb.disk.index with parameters of type BTreeNode Modifier and Type Method Description voidBTreeNode. setParent(BTreeNode<Key,Value> parent)voidBTreeNode.Marshaller. writePayload(BTreeNode<Key,Value> node, DataOutput os)Method parameters in org.apache.activemq.store.kahadb.disk.index with type arguments of type BTreeNode Modifier and Type Method Description voidBTreeNode. setPage(Page<BTreeNode<Key,Value>> page)
-