Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Method and Description |
---|---|
PartitionMapper.Properties.Audit |
PartitionMapper.Properties.getAudit()
Get the audit value.
|
static PartitionMapper.Properties.Audit |
PartitionMapper.Properties.Audit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitionMapper.Properties.Audit[] |
PartitionMapper.Properties.Audit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionMapper.Properties.setAudit(PartitionMapper.Properties.Audit audit)
Set the audit value.
|
Constructor and Description |
---|
Properties(PartitionMapper.Properties.Audit audit)
Constructor containing audits value.
|