| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.snapshot | |
| org.apache.ignite.internal.visor.snapshot |
| Modifier and Type | Method and Description |
|---|---|
SnapshotPartitionsVerifyTaskResult |
IncrementalSnapshotVerificationTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
@Nullable SnapshotPartitionsVerifyTaskResult |
SnapshotPartitionsVerifyTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
@Nullable SnapshotPartitionsVerifyTaskResult |
SnapshotHandlerRestoreTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<SnapshotPartitionsVerifyTaskResult> |
IgniteSnapshotManager.checkSnapshot(String name,
@Nullable String snpPath)
Checks snapshot.
|
IgniteInternalFuture<SnapshotPartitionsVerifyTaskResult> |
IgniteSnapshotManager.checkSnapshot(String name,
@Nullable String snpPath,
@Nullable Collection<String> grps,
boolean includeCustomHandlers,
int incIdx,
boolean check)
The check snapshot procedure performs compute operation over the whole cluster to verify the snapshot
entirety and partitions consistency.
|
IgniteInternalFuture<SnapshotPartitionsVerifyTaskResult> |
IgniteSnapshotManager.checkSnapshot(String name,
@Nullable String snpPath,
int incIdx)
Checks snapshot and its increments.
|
| Modifier and Type | Method and Description |
|---|---|
protected VisorJob<VisorSnapshotCheckTaskArg,SnapshotPartitionsVerifyTaskResult> |
VisorSnapshotCheckTask.job(VisorSnapshotCheckTaskArg arg) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023