|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFile | |
---|---|
org.apache.kahadb.journal | journal based data storage - scalable and fast |
Uses of DataFile in org.apache.kahadb.journal |
---|
Subclasses of DataFile in org.apache.kahadb.journal | |
---|---|
class |
ReadOnlyDataFile
Allows you to open a data file in read only mode. |
Fields in org.apache.kahadb.journal with type parameters of type DataFile | |
---|---|
protected LinkedNodeList<DataFile> |
Journal.dataFiles
|
protected Map<File,DataFile> |
Journal.fileByFileMap
|
protected Map<Integer,DataFile> |
Journal.fileMap
|
Methods in org.apache.kahadb.journal that return types with arguments of type DataFile | |
---|---|
Map<Integer,DataFile> |
Journal.getFileMap()
|
Methods in org.apache.kahadb.journal with parameters of type DataFile | |
---|---|
int |
DataFile.compareTo(DataFile df)
|
Location |
Journal.getNextLocation(DataFile dataFile,
Location lastLocation,
boolean thisFileOnly)
|
protected Location |
Journal.recoveryCheck(DataFile dataFile)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |