Skip to content

Commit

Permalink
IGNITE-15742 Specified time units for IgniteCluster.baselineAutoAdjus…
Browse files Browse the repository at this point in the history
…tEnabled (#10723)
  • Loading branch information
venkatesh2090 authored Aug 17, 2023
1 parent 2ba290e commit 61a4a48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,14 +627,14 @@ public IgniteFuture<Collection<ClusterStartNodeResult>> startNodesAsync(Collecti
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.
*/
Expand Down

0 comments on commit 61a4a48

Please sign in to comment.