Package | Description |
---|---|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.kahadb.disk.journal |
journal based data storage - scalable and fast
|
org.apache.activemq.store.kahadb.plist |
Modifier and Type | Field and Description |
---|---|
protected Journal |
AbstractKahaDBStore.journal |
protected Journal |
MessageDatabase.journal |
Modifier and Type | Method and Description |
---|---|
protected Journal |
AbstractKahaDBStore.createJournal()
Create a new Journal instance and configure it using the currently set configuration
options.
|
Journal |
AbstractKahaDBStore.getJournal() |
Journal |
MessageDatabase.getJournal() |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyJournal
An AsyncDataManager that works in read only mode against multiple data directories.
|
Constructor and Description |
---|
DataFileAccessorPool(Journal dataManager) |
TargetedDataFileAppender(Journal journal,
DataFile target)
Construct a Store writer
|
Modifier and Type | Method and Description |
---|---|
Journal |
PListStoreImpl.getJournal() |
Copyright © 2005–2017. All rights reserved.