| Package | Description |
|---|---|
| org.apache.ignite.internal.pagemem.wal | |
| org.apache.ignite.internal.pagemem.wal.record |
| Modifier and Type | Method and Description |
|---|---|
WALPointer |
IgniteWriteAheadLogManager.log(WALRecord entry)
Appends the given log entry to the write-ahead log.
|
WALPointer |
WALPointer.next()
Pointer to the next record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteWriteAheadLogManager.fsync(WALPointer ptr)
Makes sure that all log entries written to the log up until the specified pointer are actually persisted to
the underlying storage.
|
WALIterator |
IgniteWriteAheadLogManager.replay(WALPointer start)
Invoke this method to iterate over the written log entries.
|
void |
IgniteWriteAheadLogManager.resumeLogging(WALPointer lastWrittenPtr)
Resumes logging after start.
|
int |
IgniteWriteAheadLogManager.truncate(WALPointer ptr)
Gives a hint to WAL manager to clear entries logged before the given pointer.
|
| Modifier and Type | Method and Description |
|---|---|
WALPointer |
CheckpointRecord.checkpointMark() |
| Constructor and Description |
|---|
CheckpointRecord(UUID cpId,
WALPointer cpMark,
boolean end) |
CheckpointRecord(WALPointer cpMark,
boolean end) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017