Sega76 commented on a change in pull request #9444:
URL: https://github.com/apache/ignite/pull/9444#discussion_r731023978



##########
File path: modules/core/src/main/java/org/apache/ignite/IgniteSnapshot.java
##########
@@ -71,4 +72,12 @@
      * future will be {@code false} if the restore process with the specified 
snapshot name is not running at all.
      */
     public IgniteFuture<Boolean> cancelSnapshotRestore(String name);
+
+    /**
+     * Status snapshot operation.
+     * Checks if running snapshot operations exist on nodes.
+     *
+     * @return Future which Map contains Consistent ID's and description 
snapshot operation.
+     */
+    public IgniteFuture<Map<Object, String>> statusSnapshot();

Review comment:
       Removed from public API.




-- 
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