Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Method and Description |
---|---|
Partition.State |
Partition.getCurrentState()
Get the current state for the partition.
|
static Partition.State |
Partition.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Partition.State[] |
Partition.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
PartitionNotifier.stateChange(java.lang.String partitionName,
Partition.State oldState,
Partition.State newState)
Called when a partition state change happens.
|