Uses of Class
org.springframework.data.aerospike.query.cache.IndexRefresher
| Package | Description |
|---|---|
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.core |
-
Uses of IndexRefresher in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return IndexRefresher Modifier and Type Method Description IndexRefresherAbstractAerospikeDataConfiguration. indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater)Methods in org.springframework.data.aerospike.config with parameters of type IndexRefresher Modifier and Type Method Description AerospikeTemplateAbstractAerospikeDataConfiguration. aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher) -
Uses of IndexRefresher in org.springframework.data.aerospike.core
Constructors in org.springframework.data.aerospike.core with parameters of type IndexRefresher Constructor Description AerospikeTemplate(com.aerospike.client.IAerospikeClient client, String namespace, MappingAerospikeConverter converter, AerospikeMappingContext mappingContext, AerospikeExceptionTranslator exceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher)