|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFile | |
---|---|
org.apache.activemq.kaha.impl.async | journal based data storage - scalable and fast |
Uses of DataFile in org.apache.activemq.kaha.impl.async |
---|
Subclasses of DataFile in org.apache.activemq.kaha.impl.async | |
---|---|
class |
ReadOnlyDataFile
Allows you to open a data file in read only mode. |
Fields in org.apache.activemq.kaha.impl.async declared as DataFile | |
---|---|
protected DataFile |
AsyncDataManager.currentWriteFile
|
Fields in org.apache.activemq.kaha.impl.async with type parameters of type DataFile | |
---|---|
protected java.util.Map<java.io.File,DataFile> |
AsyncDataManager.fileByFileMap
|
protected java.util.Map<java.lang.Integer,DataFile> |
AsyncDataManager.fileMap
|
Methods in org.apache.activemq.kaha.impl.async with parameters of type DataFile | |
---|---|
int |
DataFile.compareTo(DataFile df)
|
Location |
AsyncDataManager.getNextLocation(DataFile dataFile,
Location lastLocation,
boolean thisFileOnly)
|
protected Location |
AsyncDataManager.recoveryCheck(DataFile dataFile,
Location location)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |