Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Field and Description |
---|---|
static Partition.Properties.ReplicaAudit |
Partition.DefaultReplicaAudit
The default audit used for replicas.
|
Modifier and Type | Method and Description |
---|---|
Partition.Properties.ReplicaAudit |
Partition.Properties.getReplicaAudit()
Get the current replicaAudit property value.
|
static Partition.Properties.ReplicaAudit |
Partition.Properties.ReplicaAudit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Partition.Properties.ReplicaAudit[] |
Partition.Properties.ReplicaAudit.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.setReplicaAudit(Partition.Properties.ReplicaAudit replicaAudit)
Set the replicaAudit property value.
|