Class BaselineTopologyUpdater
- java.lang.Object
-
- org.apache.ignite.internal.processors.cluster.baseline.autoadjust.BaselineTopologyUpdater
-
public class BaselineTopologyUpdater extends Object
Baseline topology updater with ability to watch of topology changes. It initiates update to set new baseline after some timeout.
-
-
Field Summary
Fields Modifier and Type Field Description static intDFLT_BASELINE_AUTO_ADJUST_LOG_INTERVAL
-
Constructor Summary
Constructors Constructor Description BaselineTopologyUpdater(GridKernalContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaselineAutoAdjustStatusgetStatus()voidtriggerBaselineUpdate(long topologyVersion)Schedule update of the baseline topology
-
-
-
Constructor Detail
-
BaselineTopologyUpdater
public BaselineTopologyUpdater(GridKernalContext ctx)
- Parameters:
ctx- Context.
-
-
Method Detail
-
triggerBaselineUpdate
public void triggerBaselineUpdate(long topologyVersion)
Schedule update of the baseline topology- Parameters:
topologyVersion- version of topology
-
getStatus
public BaselineAutoAdjustStatus getStatus()
- Returns:
- Statistic of baseline auto-adjust.
-
-