public interface BaselineAutoAdjustMXBean
DistributedBaselineConfiguration
.Modifier and Type | Method and Description |
---|---|
long |
getAutoAdjustmentTimeout() |
String |
getTaskState() |
long |
getTimeUntilAutoAdjust() |
boolean |
isAutoAdjustmentEnabled() |
void |
setAutoAdjustmentEnabled(boolean enabled) |
void |
setAutoAdjustmentTimeout(long timeout) |
@MXBeanDescription(value="Whether baseline autoadjustment is enabled ot not.") boolean isAutoAdjustmentEnabled()
@MXBeanDescription(value="Baseline autoadjustment timeout value.") long getAutoAdjustmentTimeout()
@MXBeanDescription(value="Time until baseline will be adjusted automatically.") long getTimeUntilAutoAdjust()
@MXBeanDescription(value="State of task of auto-adjust(IN_PROGRESS, SCHEDULED, NOT_SCHEDULED).") String getTaskState()
@MXBeanDescription(value="Enable/disable baseline autoadjustment feature.") void setAutoAdjustmentEnabled(@MXBeanParameter(name="enabled",description="Enable/disable flag.") boolean enabled)
@MXBeanDescription(value="Set baseline autoadjustment timeout value.") void setAutoAdjustmentTimeout(@MXBeanParameter(name="timeout",description="Timeout value.") long timeout)
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024