Package | Description |
---|---|
org.apache.activeio.journal.active |
The Active Journal is a high performance Journal implemenation which does not
place limits on how big the data being logged can be.
|
Modifier and Type | Method and Description |
---|---|
Record |
RecordInfo.getHeader() |
Modifier and Type | Method and Description |
---|---|
boolean |
BatchedWrite.append(Record record,
Location recordMark,
boolean force) |
boolean |
LogFile.loadAndCheckRecord(int offset,
Record record) |
void |
LogFile.readRecordHeader(int offset,
Record record) |
Constructor and Description |
---|
RecordInfo(Location location,
Record header,
org.apache.activeio.journal.active.LogFileNode logFileState,
LogFile logFile) |
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.