timoninmaxim commented on code in PR #12386:
URL: https://github.com/apache/ignite/pull/12386#discussion_r2404246116


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IncrementalSnapshotVerificationTask.java:
##########
@@ -55,301 +54,250 @@
 import static 
org.apache.ignite.internal.managers.discovery.ConsistentIdMapper.ALL_NODES;
 
 /** */
-public class IncrementalSnapshotVerificationTask {
+public class IncrementalSnapshotVerificationTask implements 
Supplier<IncrementalSnapshotVerificationTaskResult> {

Review Comment:
   Let's also rename IncrementalSnapshotVerificationTaskResult -> 
IncrementalSnapshotVerificationResult



##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IncrementalSnapshotVerificationTask.java:
##########
@@ -55,301 +54,250 @@
 import static 
org.apache.ignite.internal.managers.discovery.ConsistentIdMapper.ALL_NODES;
 
 /** */
-public class IncrementalSnapshotVerificationTask {
+public class IncrementalSnapshotVerificationTask implements 
Supplier<IncrementalSnapshotVerificationTaskResult> {

Review Comment:
   Let's also rename IncrementalSnapshotVerificationTaskResult -> 
IncrementalSnapshotVerificationResult



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to