public abstract class WALRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WALRecord.RecordType
Record type.
|
| Constructor and Description |
|---|
WALRecord() |
| Modifier and Type | Method and Description |
|---|---|
int |
chainSize() |
void |
chainSize(int chainSize) |
WALPointer |
position() |
void |
position(WALPointer pos) |
WALRecord |
previous() |
void |
previous(WALRecord prev) |
boolean |
rollOver() |
int |
size() |
void |
size(int size) |
String |
toString() |
abstract WALRecord.RecordType |
type() |
public void chainSize(int chainSize)
chainSize - Chain size in bytes.public int chainSize()
public WALRecord previous()
public void previous(WALRecord prev)
prev - Previous record in chain.public WALPointer position()
public void position(WALPointer pos)
pos - Position in file.public int size()
public void size(int size)
size - Size of this record in bytes.public boolean rollOver()
public abstract WALRecord.RecordType type()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018