Uses of Class
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotMetadataVerificationTaskResult
-
Packages that use SnapshotMetadataVerificationTaskResult Package Description org.apache.ignite.internal.processors.cache.persistence.snapshot -
-
Uses of SnapshotMetadataVerificationTaskResult in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return SnapshotMetadataVerificationTaskResult Modifier and Type Method Description SnapshotMetadataVerificationTaskResultSnapshotMetadataVerificationTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.
-