Annotation Type AerospikeRecord


@Retention(RUNTIME)
@Target(TYPE)
public @interface AerospikeRecord
  • Element Details

    • namespace

      String namespace
      Default:
      ""
    • set

      String set
      Default:
      ""
    • shortName

      String shortName
      Default:
      ""
    • ttl

      int ttl
      Default:
      0
    • mapAll

      boolean mapAll
      Determine 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:
      ""