public interface SnapshotInfo extends Serializable
Modifier and Type | Method and Description |
---|---|
Set<String> |
cacheNames()
Gets a collection of cache names included into this snapshot.
|
int |
compressionLevel()
Compression level of snashot compression.
|
org.gridgain.grid.internal.processors.cache.database.snapshot.CompressionOption |
compressionOption()
Compression parameter of snasphot.
|
boolean |
fullSnapshot()
Returns a flag indicating whether this snapshot was full.
|
UUID |
initiatorNode()
Gets UUID of the node which originated the snapshot.
|
String |
message()
Optional message associated with the snapshot.
|
long |
size()
Return snapshot size in bytes.
|
Map<Object,Map<String,String>> |
snapshotAttributes()
ConsistentId -> (AttributeName -> AttributeValue)
Snapshot attributes (for example, path where snapshot files saved)
|
long |
snapshotId()
Gets snapshot ID.
|
long |
walSize()
Return size of occupied WAL in bytes for PITR.
|
long snapshotId()
boolean fullSnapshot()
UUID initiatorNode()
String message()
org.gridgain.grid.internal.processors.cache.database.snapshot.CompressionOption compressionOption()
int compressionLevel()
Map<Object,Map<String,String>> snapshotAttributes()
long size()
long walSize()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024