[5.12.0]
DomPeliniAerospike
released this
22 Apr 23:37
·
115 commits
to master
since this release
New Features
- [CLIENT-2822] - Added the queryDuration enumeration to the policy module. The following values are supported:
- Aerospike.policy.queryDuration.LONG
- Aerospike.policy.queryDuration.SHORT
- Aerospike.policy.queryDuration.LONG_RELAX_AP
- [CLIENT-2822] - Added expectedDuration member to QueryPolicy. Use the queryDuration enumeration when setting expectedDuration.
- [CLIENT-2829] - Added support for readTouchTtlPercent for the following policies:
- ReadPolicy
- OperatePolicy
- BatchPolicy
- BatchReadPolicy