Uses of Class
org.apache.kahadb.index.BTreeIndex

Packages that use BTreeIndex
org.apache.activemq.store.kahadb   
org.apache.kahadb.index   
 

Uses of BTreeIndex in org.apache.activemq.store.kahadb
 

Fields in org.apache.activemq.store.kahadb declared as BTreeIndex
protected  BTreeIndex<java.lang.String,org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination> MessageDatabase.Metadata.destinations
           
protected  BTreeIndex<java.lang.String,org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination> TempMessageDatabase.destinations
           
 

Uses of BTreeIndex in org.apache.kahadb.index
 

Constructors in org.apache.kahadb.index with parameters of type BTreeIndex
BTreeNode.Marshaller(BTreeIndex<Key,Value> index)
           
BTreeNode(BTreeIndex<Key,Value> index)
           
 



Copyright © 2005-2012. All Rights Reserved.