| Modifier and Type | Method and Description |
|---|---|
WALPointer |
IgniteWriteAheadLogManager.log(WALRecord entry)
Appends the given log entry to the write-ahead log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckpointRecord
Checkpoint (begin) record
|
class |
DataRecord |
class |
MemoryRecoveryRecord
Marker that we start memory recovering
|
class |
PageSnapshot |
class |
TxRecord |
| Modifier and Type | Method and Description |
|---|---|
WALRecord |
WALRecord.previous() |
| Modifier and Type | Method and Description |
|---|---|
void |
WALRecord.previous(WALRecord prev) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteBiTuple<WALPointer,WALRecord> |
AbstractWalRecordsIterator.curRec
Current record preloaded, to be returned on next()
Normally this should be not null because advance() method should already prepare some value |
| Modifier and Type | Method and Description |
|---|---|
WALRecord |
RecordSerializer.readRecord(FileInput in,
WALPointer expPtr)
Loads record from input
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteBiTuple<WALPointer,WALRecord> |
AbstractWalRecordsIterator.onNext() |
| Modifier and Type | Method and Description |
|---|---|
WALPointer |
FileWriteAheadLogManager.log(WALRecord record)
Appends the given log entry to the write-ahead log.
|
int |
RecordSerializer.size(WALRecord record)
Calculates record size in byte including expected wal pointer, CRC and type field
|
void |
RecordSerializer.writeRecord(WALRecord record,
ByteBuffer buf) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderRecord
Header record.
|
| Modifier and Type | Method and Description |
|---|---|
WALRecord |
RecordV1Serializer.readRecord(FileInput in0,
WALPointer expPtr)
Loads record from input
|
| Modifier and Type | Method and Description |
|---|---|
int |
RecordV1Serializer.size(WALRecord record)
Calculates record size in byte including expected wal pointer, CRC and type field
|
void |
RecordV1Serializer.writeRecord(WALRecord record,
ByteBuffer buf) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017