Uses of Class
org.springframework.data.aerospike.query.model.IndexesInfo
| Package | Description |
|---|---|
| org.springframework.data.aerospike.query.cache | |
| org.springframework.data.aerospike.query.model |
-
Uses of IndexesInfo in org.springframework.data.aerospike.query.cache
Methods in org.springframework.data.aerospike.query.cache that return IndexesInfo Modifier and Type Method Description IndexesInfoInternalIndexOperations. parseIndexesInfo(String infoResponse)Methods in org.springframework.data.aerospike.query.cache with parameters of type IndexesInfo Modifier and Type Method Description voidIndexesCacheHolder. update(IndexesInfo cache)voidIndexesCacheUpdater. update(IndexesInfo cache) -
Uses of IndexesInfo in org.springframework.data.aerospike.query.model
Methods in org.springframework.data.aerospike.query.model that return IndexesInfo Modifier and Type Method Description static IndexesInfoIndexesInfo. empty()static IndexesInfoIndexesInfo. of(Map<IndexKey,Index> cache)