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 java.util.Map<java.io.File,DataFile> |
AsyncDataManager.fileByFileMap |
protected java.util.Map<java.lang.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-2017. All Rights Reserved.