@MXBeanDescription(value="MBean that provides access to rolling upgrade.") public interface RollingUpgradeMXBean
RollingUpgrade
.Modifier and Type | Method and Description |
---|---|
void |
finish()
Allows disable rolling upgrade mode.
|
void |
force()
Allows enable force rolling upgrade mode.
|
List<String> |
getInitialNodes()
Returns a list of alive nodes in the cluster that are not updated yet.
|
String |
getInitialVersion()
Returns the version that is used as starting point for Rolling Upgrade.
|
String |
getTargetVersion()
Returns target cluster version.
|
List<String> |
getUpdatedNodes()
Returns a list of alive nodes in the cluster that are upgraded.
|
boolean |
isEnabled()
Returns
true if Rolling Upgrade is enabled and is in progress. |
void |
start()
Allows to enable rolling upgrade mode.
|
@MXBeanDescription(value="State of rolling upgrade (enabled/disabled).") boolean isEnabled()
true
if Rolling Upgrade is enabled and is in progress.true
if Rolling Upgrade is enabled and is in progress.@MXBeanDescription(value="The initial cluster version.") String getInitialVersion()
@MXBeanDescription(value="List of alive nodes in the cluster that are not updated yet.") List<String> getInitialNodes()
@MXBeanDescription(value="The target cluster version.") String getTargetVersion()
@MXBeanDescription(value="List of alive nodes in the cluster that are upgraded.") List<String> getUpdatedNodes()
@MXBeanDescription(value="Enable rolling upgrade.") void start()
@MXBeanDescription(value="Disable rolling upgrade.") void finish()
@MXBeanDescription(value="Enable force rolling upgrade mode.") void force()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024