Uses of Class
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotPartitionsVerifyTaskResult
-
Packages that use SnapshotPartitionsVerifyTaskResult Package Description org.apache.ignite.internal.management.snapshot org.apache.ignite.internal.processors.cache.persistence.snapshot -
-
Uses of SnapshotPartitionsVerifyTaskResult in org.apache.ignite.internal.management.snapshot
Methods in org.apache.ignite.internal.management.snapshot that return types with arguments of type SnapshotPartitionsVerifyTaskResult Modifier and Type Method Description protected VisorJob<SnapshotCheckCommandArg,SnapshotPartitionsVerifyTaskResult>SnapshotCheckTask. job(SnapshotCheckCommandArg arg)Methods in org.apache.ignite.internal.management.snapshot with parameters of type SnapshotPartitionsVerifyTaskResult Modifier and Type Method Description voidSnapshotCheckCommand. printResult(SnapshotCheckCommandArg arg, SnapshotPartitionsVerifyTaskResult res, Consumer<String> printer)Prints command result to the user. -
Uses of SnapshotPartitionsVerifyTaskResult in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return SnapshotPartitionsVerifyTaskResult Modifier and Type Method Description SnapshotPartitionsVerifyTaskResultIncrementalSnapshotVerificationTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.@Nullable SnapshotPartitionsVerifyTaskResultSnapshotHandlerRestoreTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.@Nullable SnapshotPartitionsVerifyTaskResultSnapshotPartitionsVerifyTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return types with arguments of type SnapshotPartitionsVerifyTaskResult Modifier and Type Method Description IgniteInternalFuture<SnapshotPartitionsVerifyTaskResult>IgniteSnapshotManager. checkSnapshot(String name, @Nullable String snpPath)Checks snapshot.IgniteInternalFuture<SnapshotPartitionsVerifyTaskResult>IgniteSnapshotManager. checkSnapshot(String name, @Nullable String snpPath, int incIdx)Checks snapshot and its increments.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.
-