nizhikov commented on code in PR #11040:
URL: https://github.com/apache/ignite/pull/11040#discussion_r1393973530
##########
modules/core/src/main/java/org/apache/ignite/IgniteSnapshot.java:
##########
@@ -74,6 +74,18 @@ public interface IgniteSnapshot {
*/
public IgniteFuture<Void> createDump(String name, @Nullable
Collection<String> cacheGroupNames);
+ /**
+ * Creates cache groups dump.
+ * Dump is consistent entry by entry backup of cache group content.
+ * In-memory cache groups also supported.
+ *
+ * @param name Dump name.
+ * @param cacheGroupNames Cache groups to include in snapshot or {@code
null} to include all.
+ * @param zip If the dump file should be zipped.
Review Comment:
Let's leave usage of new `compress` flag to the cli tools and don't flood
out java 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]