java.lang.Object
org.springframework.data.aerospike.query.model.Index

public class Index extends Object
This class represents a Secondary Index created in the cluster.
Author:
Peter Milne, Anastasiia Smirnova
  • Constructor Details

    • Index

      public Index(String name, String namespace, String set, String bin, com.aerospike.client.query.IndexType indexType, com.aerospike.client.query.IndexCollectionType indexCollectionType)