Desired consistency guarantee when committing a transaction on the server.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.2.0.0 (3.2.3)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
COMMIT_ALL | 0 | Server should wait until successfully committing master and all replicas. | |
COMMIT_MASTER | 1 | Server should wait until successfully committing master only. |
See Also