| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.snapshot |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ClusterNode,List<SnapshotMetadata>> |
AbstractSnapshotVerificationTask.metas
Map of snapshot metadata information found on each cluster node.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotMetadata |
SnapshotHandlerContext.metadata() |
SnapshotMetadata |
IgniteSnapshotManager.readSnapshotMetadata(String snpName,
String consId) |
| Modifier and Type | Method and Description |
|---|---|
Map<ClusterNode,List<SnapshotMetadata>> |
SnapshotPartitionsVerifyTaskArg.clusterMetadata() |
Map<ClusterNode,List<SnapshotMetadata>> |
SnapshotPartitionsVerifyTaskResult.metas() |
List<SnapshotMetadata> |
IgniteSnapshotManager.readSnapshotMetadatas(String snpName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SnapshotMetadata.sameSnapshot(SnapshotMetadata compare) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractSnapshotVerificationTask.checkMissedMetadata(Collection<SnapshotMetadata> clusterMetas)
Ensures that all parts of the snapshot are available according to the metadata.
|
| Constructor and Description |
|---|
SnapshotHandlerContext(SnapshotMetadata metadata,
@Nullable Collection<String> grps,
ClusterNode locNode) |
| Constructor and Description |
|---|
SnapshotPartitionsVerifyTaskArg(Collection<String> grpNames,
Map<ClusterNode,List<SnapshotMetadata>> clusterMetas) |
SnapshotPartitionsVerifyTaskResult(Map<ClusterNode,List<SnapshotMetadata>> metas,
IdleVerifyResultV2 idleRes) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022