This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 61a4a48e7b5 IGNITE-15742 Specified time units for 
IgniteCluster.baselineAutoAdjustEnabled (#10723)
61a4a48e7b5 is described below

commit 61a4a48e7b521b22be31b32b308165fad7abe491
Author: Venkatesh Prasad Kannan <venkatesprasad...@gmail.com>
AuthorDate: Thu Aug 17 12:34:25 2023 +0100

    IGNITE-15742 Specified time units for 
IgniteCluster.baselineAutoAdjustEnabled (#10723)
---
 modules/core/src/main/java/org/apache/ignite/IgniteCluster.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java 
b/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java
index 26147cd02d4..eb1dd7bd74b 100644
--- a/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java
+++ b/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java
@@ -627,14 +627,14 @@ public interface IgniteCluster extends ClusterGroup, 
IgniteAsyncSupport {
     public void baselineAutoAdjustEnabled(boolean baselineAutoAdjustEnabled) 
throws IgniteException;
 
     /**
-     * @return Value of time which we would wait before the actual topology 
change since last server topology change
+     * @return Number of milliseconds to wait before the actual topology 
change since last server topology change
      * (node join/left/fail).
      * @throws IgniteException If operation failed.
      */
     public long baselineAutoAdjustTimeout();
 
     /**
-     * @param baselineAutoAdjustTimeout Value of time which we would wait 
before the actual topology change since last
+     * @param baselineAutoAdjustTimeout Number of milliseconds to wait before 
the actual topology change since last
      * server topology change (node join/left/fail).
      * @throws IgniteException If failed.
      */

Reply via email to