| Package | Description |
|---|---|
| org.apache.activemq.store.kahadb.disk.journal |
journal based data storage - scalable and fast
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyDataFile
Allows you to open a data file in read only mode.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedNodeList<DataFile> |
Journal.dataFiles |
protected Map<File,DataFile> |
Journal.fileByFileMap |
protected Map<Integer,DataFile> |
Journal.fileMap |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,DataFile> |
Journal.getFileMap() |
| Modifier and Type | Method and Description |
|---|---|
int |
DataFile.compareTo(DataFile df) |
void |
Journal.DataFileRemovedListener.fileRemoved(DataFile datafile) |
protected Location |
Journal.recoveryCheck(DataFile dataFile) |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.