nizhikov commented on code in PR #12602:
URL: https://github.com/apache/ignite/pull/12602#discussion_r2643770894


##########
modules/core/src/main/java/org/apache/ignite/configuration/DataStorageConfiguration.java:
##########
@@ -601,6 +621,19 @@ public DataStorageConfiguration 
setExtraStoragePaths(String... extraStoragePaths
         return this;
     }
 
+    /**
+     * Sets a paths to the root directories where the snapshot files stored.
+     * By default, {@link IgniteConfiguration#getSnapshotPath()} used.
+     *
+     * @param extraSnapshotPaths Extra snapshot paths where snapshot files can 
be stored.
+     * @return {@code this} for chaining.
+     */
+    public DataStorageConfiguration setExtraSnapshotPaths(String... 
extraSnapshotPaths) {

Review Comment:
   Done



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