Package | Description |
---|---|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.kahadb.disk.index | |
org.apache.activemq.store.kahadb.scheduler |
Modifier and Type | Field and Description |
---|---|
protected BTreeIndex<String,org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination> |
TempMessageDatabase.destinations |
protected BTreeIndex<String,org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination> |
MessageDatabase.Metadata.destinations |
Constructor and Description |
---|
BTreeNode(BTreeIndex<Key,Value> index) |
Marshaller(BTreeIndex<Key,Value> index) |
Modifier and Type | Method and 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.
|
Copyright © 2005–2017. All rights reserved.