Module: Aerospike::ParticleType

Defined in:
lib/aerospike/value/particle_type.rb

Constant Summary collapse

NULL =

Server particle types. Unsupported types are commented out.

0
INTEGER =
1
STRING =

BIGNUM = 2

3
BLOB =
4
RUBY_BLOB =

TIMESTAMP = 5 DIGEST = 6 JBLOB = 7 CSHARP_BLOB = 8 PYTHON_BLOB = 9

10
MAP =

PHP_BLOB = 11 ERLANG_BLOB = 12 SEGMENT_POINTER = 13 RTA_LIST = 14 RTA_DICT = 15 RTA_APPEND_DICT = 16 RTA_APPEND_LIST = 17 LUA_BLOB = 18

19
LIST =
20