Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Method and Description |
---|---|
static PartitionManager.DisableAction |
PartitionManager.DisableAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitionManager.DisableAction[] |
PartitionManager.DisableAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Partition.disable(PartitionManager.DisableAction disableAction)
Disable high availability for this partition.
|
static void |
PartitionManager.disablePartitions(PartitionManager.DisableAction disableAction)
Disable high availability for the all partitions defined on the node.
|