vldpyatkov commented on a change in pull request #7970:
URL: https://github.com/apache/ignite/pull/7970#discussion_r451120150



##########
File path: modules/core/src/main/java/org/apache/ignite/IgniteCluster.java
##########
@@ -629,4 +629,19 @@
      * @return Status of baseline auto-adjust.
      */
     public BaselineAutoAdjustStatus baselineAutoAdjustStatus();
+
+    /**
+     * Return a policy of shutdown or default walue {@code 
IgniteConfiguration.DFLT_SHUTDOWN_POLICY}
+     * if property is not set.
+     *
+     * @return Shutdown policy.
+     */
+    public ShutdownPolicy shutdownPolicy();
+
+    /**
+     * Set a shutdown policy on a cluster.

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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to