Module: Aerospike::Priority
- Defined in:
- lib/aerospike/policy/priority.rb
Constant Summary collapse
- DEFAULT =
The server defines the priority.
0
- LOW =
Run the database operation in a background thread.
1
- MEDIUM =
Run the database operation at medium priority.
2
- HIGH =
Run the database operation at the highest priority.
3