Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Method and Description |
---|---|
Partition.Status |
Partition.getCurrentStatus()
Get the current status for the partition.
|
static Partition.Status |
Partition.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Partition.Status[] |
Partition.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|