Package com.aerospike.mapper.annotations
Annotation Type AerospikeRecord
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanbooleanDetermine whether to add all the bins or not.booleanintint
-
Element Details
-
namespace
String namespace- Default:
- ""
-
set
String set- Default:
- ""
-
shortName
String shortName- Default:
- ""
-
ttl
int ttl- Default:
- 0
-
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:
- ""
-