Durability.SyncPolicy |
Durability.getMasterSync() |
Returns the transaction synchronization policy to be used on the Master
when committing a transaction.
|
Durability.SyncPolicy |
Durability.getReplicaSync() |
Returns the transaction synchronization policy to be used by the replica
as it replays a transaction that needs an acknowledgment.
|
static Durability.SyncPolicy |
Durability.SyncPolicy.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Durability.SyncPolicy[] |
Durability.SyncPolicy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|