nizhikov commented on a change in pull request #8998:
URL: https://github.com/apache/ignite/pull/8998#discussion_r615686728



##########
File path: 
modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/utils/IgniteAwareApplicationService.java
##########
@@ -38,9 +37,23 @@
 public class IgniteAwareApplicationService {
     /** Logger. */
     private static final Logger log = 
LogManager.getLogger(IgniteAwareApplicationService.class.getName());
+    /** Ignite mode = node. */
+    public static final String IGNITE_START_NODE = "NODE";
+    /** Ignite start mode = thin client. */
+    public static final String IGNITE_START_THIN_CLIENT = "THIN_CLIENT";
+
+    /**
+     * Ignite start modes.
+     */
+    protected enum startIgniteMode {

Review comment:
       Class name should start from a capital letter.




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

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


Reply via email to