Class IncrementalSnapshotStartRecord
- java.lang.Object
-
- org.apache.ignite.internal.pagemem.wal.record.WALRecord
-
- org.apache.ignite.internal.pagemem.wal.record.IncrementalSnapshotStartRecord
-
public class IncrementalSnapshotStartRecord extends WALRecord
This record is written to WAL at the moment when incremental snapshot starts on a baseline node.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Constructor Summary
Constructors Constructor Description IncrementalSnapshotStartRecord(UUID id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDid()StringtoString()WALRecord.RecordTypetype()
-
-
-
Constructor Detail
-
IncrementalSnapshotStartRecord
public IncrementalSnapshotStartRecord(UUID id)
- Parameters:
id- Incremental snapshot ID.
-
-