Module: Aerospike::CDT::BitResizeFlags
- Defined in:
- lib/aerospike/cdt/bit_resize_flags.rb
Overview
BitResizeFlags specifies the bitwise operation flags for resize.
Constant Summary collapse
- DEFAULT =
Default specifies the defalt flag.
0- FROM_FRONT =
Adds/removes bytes from the beginning instead of the end.
1- GROW_ONLY =
only allow the byte array size to increase.
2- SHRINK_ONLY =
only allow the byte array size to decrease.
4