public class IncrementalSnapshotFinishRecord extends WALRecord
During recovery node must apply:
IncrementalSnapshotStartRecord except those contained in excluded().IncrementalSnapshotStartRecord and IncrementalSnapshotFinishRecord
and contained in included().WALRecord.RecordPurpose, WALRecord.RecordType| Constructor and Description |
|---|
IncrementalSnapshotFinishRecord(UUID id,
Set<GridCacheVersion> included,
Set<GridCacheVersion> excluded) |
| Modifier and Type | Method and Description |
|---|---|
int |
dataSize()
Calculating the size of the record.
|
Set<GridCacheVersion> |
excluded() |
UUID |
id() |
Set<GridCacheVersion> |
included() |
String |
toString() |
WALRecord.RecordType |
type() |
public IncrementalSnapshotFinishRecord(UUID id, Set<GridCacheVersion> included, Set<GridCacheVersion> excluded)
public Set<GridCacheVersion> included()
public Set<GridCacheVersion> excluded()
public UUID id()
public WALRecord.RecordType type()
public int dataSize()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023