Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Field and Description |
---|---|
static Partition.Properties.RemoteEnableAction |
Partition.DefaultRemoteEnableAction
The default action used for remote partition enables.
|
Modifier and Type | Method and Description |
---|---|
Partition.Properties.RemoteEnableAction |
Partition.Properties.getRemoteEnableAction()
Get the current remoteEnableAction property value.
|
static Partition.Properties.RemoteEnableAction |
Partition.Properties.RemoteEnableAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Partition.Properties.RemoteEnableAction[] |
Partition.Properties.RemoteEnableAction.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.Properties.setRemoteEnableAction(Partition.Properties.RemoteEnableAction remoteEnableAction)
Set the remoteEnableAction property value.
|