Interface AerospikeRepository<T,ID>

All Superinterfaces:
PagingAndSortingRepository<T,ID>, Repository<T,ID>
All Known Implementing Classes:
SimpleAerospikeRepository

public interface AerospikeRepository<T,ID> extends PagingAndSortingRepository<T,ID>
Aerospike specific Repository
Author:
Oliver Gierke, Peter Milne, Jean Mercier
  • Method Summary

    Modifier and Type
    Method
    Description
    <E> void
    createIndex(Class<E> domainType, String indexName, String binName, com.aerospike.client.query.IndexType indexType)
     
    <E> void
    deleteIndex(Class<E> domainType, String indexName)
     
    boolean
    indexExists(String indexName)
    Deprecated.
    This operation is deprecated due to complications that are required for guaranteed index existence response.

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll, findAll