Class HeaderRecord
- java.lang.Object
-
- org.apache.ignite.internal.pagemem.wal.record.WALRecord
-
- org.apache.ignite.internal.processors.cache.persistence.wal.record.HeaderRecord
-
public class HeaderRecord extends WALRecord
Header record.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Field Summary
Fields Modifier and Type Field Description static longCOMPACTED_MAGICMagic of WAL segment with skipped physical records.static longREGULAR_MAGICMagic of regular WAL segment.
-
Constructor Summary
Constructors Constructor Description HeaderRecord(int ver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()WALRecord.RecordTypetype()intversion()
-
-
-
Field Detail
-
REGULAR_MAGIC
public static final long REGULAR_MAGIC
Magic of regular WAL segment.- See Also:
- Constant Field Values
-
COMPACTED_MAGIC
public static final long COMPACTED_MAGIC
Magic of WAL segment with skipped physical records.- See Also:
- Constant Field Values
-
-