Package com.aerospike.mapper.annotations
Annotation Type AerospikeRecord
@Retention(RUNTIME) @Target(TYPE) public @interface AerospikeRecord
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
durableDelete
String
factoryClass
String
factoryMethod
boolean
mapAll
Determine whether to add all the bins or not.String
namespace
boolean
sendKey
String
set
String
shortName
int
ttl
int
version
-
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:
- ""
-