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