timoninmaxim commented on code in PR #11040:
URL: https://github.com/apache/ignite/pull/11040#discussion_r1400390887
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/Dump.java:
##########
@@ -317,6 +323,15 @@ private void advance() {
};
}
+ /**
+ * @param part Partition number.
+ * @param compressed If {@code true} then compressed partition file.
+ * @return Dump partition file name
+ */
+ public static String getDumpPartFileName(int part, boolean compressed) {
Review Comment:
methods in classes within "internal" packages don't use "get", "set", "is"
prefixes.
--
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]