Package | Description |
---|---|
org.apache.activemq.kaha.impl.async |
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 DataFile |
AsyncDataManager.currentWriteFile |
Modifier and Type | Field and Description |
---|---|
protected Map<File,DataFile> |
AsyncDataManager.fileByFileMap |
protected Map<Integer,DataFile> |
AsyncDataManager.fileMap |
Modifier and Type | Method and Description |
---|---|
int |
DataFile.compareTo(DataFile df) |
Location |
AsyncDataManager.getNextLocation(DataFile dataFile,
Location lastLocation,
boolean thisFileOnly) |
protected Location |
AsyncDataManager.recoveryCheck(DataFile dataFile,
Location location) |
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.