Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Method and Description |
---|---|
static PartitionManager.EnableAction |
PartitionManager.EnableAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitionManager.EnableAction[] |
PartitionManager.EnableAction.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.enable(PartitionManager.EnableAction enableAction)
Enable high availability for this partition.
|
static void |
PartitionManager.enablePartitions(PartitionManager.EnableAction enableAction)
Enable high availability for the all partitions defined on the node.
|