public interface BaselineAutoAdjustMXBean
DistributedBaselineConfiguration
.Modifier and Type | Method and Description |
---|---|
long |
getAutoAdjustmentTimeout() |
String |
getTaskState() |
long |
getTimeUntilAutoAdjust()
Deprecated.
Use managements API beans, instead.
|
boolean |
isAutoAdjustmentEnabled()
Deprecated.
Use managements API beans, instead.
|
void |
setAutoAdjustmentEnabled(boolean enabled)
Deprecated.
Use managements API beans, instead.
|
void |
setAutoAdjustmentTimeout(long timeout)
Deprecated.
Use managements API beans, instead.
|
@Deprecated @MXBeanDescription(value="Whether baseline autoadjustment is enabled ot not.") boolean isAutoAdjustmentEnabled()
CommandMBean
@MXBeanDescription(value="Baseline autoadjustment timeout value.") long getAutoAdjustmentTimeout()
@MXBeanDescription(value="Time until baseline will be adjusted automatically.") long getTimeUntilAutoAdjust()
CommandMBean
@MXBeanDescription(value="State of task of auto-adjust(IN_PROGRESS, SCHEDULED, NOT_SCHEDULED).") String getTaskState()
@Deprecated @MXBeanDescription(value="Enable/disable baseline autoadjustment feature.") void setAutoAdjustmentEnabled(@MXBeanParameter(name="enabled",description="Enable/disable flag.") boolean enabled)
enabled
- Enable/disable baseline autoadjustment flag.CommandMBean
@Deprecated @MXBeanDescription(value="Set baseline autoadjustment timeout value.") void setAutoAdjustmentTimeout(@MXBeanParameter(name="timeout",description="Timeout value.") long timeout)
timeout
- Timeout value.CommandMBean
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023