Uses of Class
org.apache.ignite.internal.management.cache.IdleVerifyResultV2
-
Packages that use IdleVerifyResultV2 Package Description org.apache.ignite.internal.management.cache org.apache.ignite.internal.processors.cache.persistence.snapshot -
-
Uses of IdleVerifyResultV2 in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return IdleVerifyResultV2 Modifier and Type Method Description @Nullable IdleVerifyResultV2VerifyBackupPartitionsTaskV2. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.static IdleVerifyResultV2VerifyBackupPartitionsTaskV2. reduce0(List<ComputeJobResult> results)Methods in org.apache.ignite.internal.management.cache that return types with arguments of type IdleVerifyResultV2 Modifier and Type Method Description protected VisorJob<CacheIdleVerifyCommandArg,IdleVerifyResultV2>IdleVerifyTaskV2. job(CacheIdleVerifyCommandArg arg)Methods in org.apache.ignite.internal.management.cache with parameters of type IdleVerifyResultV2 Modifier and Type Method Description voidCacheIdleVerifyCommand. printResult(CacheIdleVerifyCommandArg arg, IdleVerifyResultV2 res, Consumer<String> printer)Prints command result to the user. -
Uses of IdleVerifyResultV2 in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return IdleVerifyResultV2 Modifier and Type Method Description IdleVerifyResultV2SnapshotPartitionsVerifyTaskResult. idleVerifyResult()Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type IdleVerifyResultV2 Constructor Description SnapshotPartitionsVerifyTaskResult(Map<ClusterNode,List<SnapshotMetadata>> metas, @Nullable IdleVerifyResultV2 idleRes)
-