Uses of Class
org.apache.activemq.store.kahadb.disk.index.BTreeIndex
Packages that use BTreeIndex
Package
Description
-
Uses of BTreeIndex in org.apache.activemq.store.kahadb
Fields in org.apache.activemq.store.kahadb declared as BTreeIndexModifier and TypeFieldDescriptionprotected 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 BTreeIndexModifierConstructorDescriptionBTreeNode(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 BTreeIndexModifier and TypeMethodDescriptionJobSchedulerKahaDBMetaData.getJobSchedulers()Gets the index of JobScheduler instances that have been created and stored in the JobSchedulerStore instance.JobSchedulerKahaDBMetaData.getJournalRC()Gets the index used to track the number of reference to a Journal log file.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.