Package com.aerospike.mapper.annotations
Annotation Type AerospikeRecord
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
boolean
Determine whether to add all the bins or not.boolean
int
The TTL for the record.int
-
Element Details
-
namespace
String namespace- Default:
""
-
set
String set- Default:
""
-
shortName
String shortName- Default:
""
-
ttl
int ttlThe TTL for the record. As this must be a primitive valueInteger.MIN_VALUE
is used to indicate that the value has not been explicitly set.- Default:
-2147483648
-
mapAll
boolean mapAllDetermine whether to add all the bins or not. If true, all bins will be added without having to map them via @AerospikeBin- Default:
true
-
version
int version- Default:
1
-
sendKey
boolean sendKey- Default:
false
-
durableDelete
boolean durableDelete- Default:
false
-
factoryClass
String factoryClass- Default:
""
-
factoryMethod
String factoryMethod- Default:
""
-