public class IncrementalSnapshotMetadata extends Object implements Serializable
| Constructor and Description |
|---|
IncrementalSnapshotMetadata(UUID rqId,
String snpName,
int incIdx,
String consId,
String folderName,
WALPointer incSnpRec) |
| Modifier and Type | Method and Description |
|---|---|
String |
consistentId() |
String |
folderName() |
WALPointer |
incrementalSnapshotPointer() |
int |
incrementIndex() |
boolean |
matchBaseSnapshot(SnapshotMetadata meta)
Checks that incremental snapshot is based on this full snapshot.
|
UUID |
requestId() |
String |
snapshotName() |
String |
toString() |
public IncrementalSnapshotMetadata(UUID rqId, String snpName, int incIdx, String consId, String folderName, WALPointer incSnpRec)
rqId - Unique request id.snpName - Snapshot name.incIdx - Incremental snapshot index.consId - Consistent id of a node to which this metadata relates.folderName - Directory name which stores the data files.incSnpRec - Pointer to IncrementalSnapshotFinishRecord.public UUID requestId()
public String snapshotName()
public String consistentId()
public WALPointer incrementalSnapshotPointer()
IncrementalSnapshotFinishRecord.public int incrementIndex()
public String folderName()
public boolean matchBaseSnapshot(SnapshotMetadata meta)
meta - Full snapshot metadata to verify.false if given metadata doesn't match full snapshot.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023