public class SnapshotView extends Object
SystemView.| Modifier and Type | Field and Description |
|---|---|
static String |
SNAPSHOT_SYS_VIEW
Snapshot system view name.
|
static String |
SNAPSHOT_SYS_VIEW_DESC
Snapshot system view description.
|
| Constructor and Description |
|---|
SnapshotView(org.apache.ignite.internal.processors.cache.persistence.snapshot.IncrementalSnapshotMetadata incMeta) |
SnapshotView(org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotMetadata meta,
Collection<String> cacheGrps) |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineNodes() |
String |
cacheGroups() |
String |
consistentId() |
Integer |
incrementIndex() |
String |
name() |
Long |
snapshotRecordSegment() |
String |
type() |
public static final String SNAPSHOT_SYS_VIEW
public static final String SNAPSHOT_SYS_VIEW_DESC
public SnapshotView(org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotMetadata meta,
Collection<String> cacheGrps)
meta - Snapshot metadata.cacheGrps - Cache group names that were included in the snapshot.public SnapshotView(org.apache.ignite.internal.processors.cache.persistence.snapshot.IncrementalSnapshotMetadata incMeta)
incMeta - Incremental snapshot metadata.public String name()
public String consistentId()
public String baselineNodes()
public String cacheGroups()
public Long snapshotRecordSegment()
ClusterSnapshotRecord if exists.public Integer incrementIndex()
null for full snapshot.public String type()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023