Package | Description |
---|---|
org.apache.kahadb.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) |
Location |
Journal.getNextLocation(DataFile dataFile,
Location lastLocation,
boolean thisFileOnly) |
protected Location |
Journal.recoveryCheck(DataFile dataFile) |
Copyright © 2005–2016. All rights reserved.