Uses of Class
org.apache.activemq.store.kahadb.disk.index.BTreeIndex
-
Packages that use BTreeIndex Package Description org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.disk.index org.apache.activemq.store.kahadb.scheduler -
-
Uses of BTreeIndex in org.apache.activemq.store.kahadb
Fields in org.apache.activemq.store.kahadb declared as BTreeIndex Modifier and Type Field Description protected BTreeIndex<String,org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>MessageDatabase.Metadata. destinationsprotected BTreeIndex<String,org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination>TempMessageDatabase. destinations -
Uses of BTreeIndex in org.apache.activemq.store.kahadb.disk.index
Constructors in org.apache.activemq.store.kahadb.disk.index with parameters of type BTreeIndex Constructor Description BTreeNode(BTreeIndex<Key,Value> index)Marshaller(BTreeIndex<Key,Value> index) -
Uses of BTreeIndex in org.apache.activemq.store.kahadb.scheduler
Methods in org.apache.activemq.store.kahadb.scheduler that return BTreeIndex Modifier and Type Method Description BTreeIndex<String,JobSchedulerImpl>JobSchedulerKahaDBMetaData. getJobSchedulers()Gets the index of JobScheduler instances that have been created and stored in the JobSchedulerStore instance.BTreeIndex<Integer,Integer>JobSchedulerKahaDBMetaData. getJournalRC()Gets the index used to track the number of reference to a Journal log file.BTreeIndex<Integer,List<Integer>>JobSchedulerKahaDBMetaData. getRemoveLocationTracker()Gets the index that contains the location tracking information for Jobs that have been removed from the index but whose add operation has yet to be removed from the Journal.
-