Uses of Class
org.springframework.data.aerospike.query.cache.IndexRefresher
Packages that use IndexRefresher
Package
Description
-
Uses of IndexRefresher in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return IndexRefresherModifier and TypeMethodDescriptionAbstractAerospikeDataConfiguration.indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater, ServerVersionSupport serverVersionSupport, AerospikeSettings settings) Methods in org.springframework.data.aerospike.config with parameters of type IndexRefresherModifier and TypeMethodDescriptionAbstractAerospikeDataConfiguration.aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport, AerospikeSettings settings) -
Uses of IndexRefresher in org.springframework.data.aerospike.core
Constructors in org.springframework.data.aerospike.core with parameters of type IndexRefresherModifierConstructorDescriptionAerospikeTemplate(com.aerospike.client.IAerospikeClient client, String namespace, MappingAerospikeConverter converter, AerospikeMappingContext mappingContext, AerospikeExceptionTranslator exceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport)