| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.snapshot | |
| org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
| 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 |
SnapshotOperationRequest.meta() |
SnapshotMetadata |
SnapshotHandlerContext.metadata() |
SnapshotMetadata |
IgniteSnapshotManager.readSnapshotMetadata(File snpDir,
String consId) |
| Modifier and Type | Method and Description |
|---|---|
Map<ClusterNode,List<SnapshotMetadata>> |
SnapshotPartitionsVerifyTaskArg.clusterMetadata() |
Map<ClusterNode,List<SnapshotMetadata>> |
SnapshotMetadataVerificationTaskResult.meta() |
Map<ClusterNode,List<SnapshotMetadata>> |
SnapshotPartitionsVerifyTaskResult.metas() |
List<SnapshotMetadata> |
IgniteSnapshotManager.readSnapshotMetadatas(String snpName,
@Nullable String snpPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IncrementalSnapshotMetadata.matchBaseSnapshot(SnapshotMetadata meta)
Checks that incremental snapshot is based on this full snapshot.
|
void |
SnapshotOperationRequest.meta(SnapshotMetadata meta)
Stores snapshot metadata.
|
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,
File snpDir,
boolean streamerWrn,
boolean check) |
| Constructor and Description |
|---|
SnapshotMetadataVerificationTaskResult(Map<ClusterNode,List<SnapshotMetadata>> meta,
Map<ClusterNode,Exception> exceptions) |
SnapshotPartitionsVerifyTaskArg(Collection<String> grpNames,
Map<ClusterNode,List<SnapshotMetadata>> clusterMetas,
@Nullable String snpPath,
int incIdx,
boolean check) |
SnapshotPartitionsVerifyTaskResult(Map<ClusterNode,List<SnapshotMetadata>> metas,
@Nullable IdleVerifyResultV2 idleRes) |
| Constructor and Description |
|---|
SnapshotView(SnapshotMetadata meta,
Collection<String> cacheGrps) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023