Uses of Interface
org.springframework.data.aerospike.query.cache.IndexesCacheUpdater
| Package | Description |
|---|---|
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.query.cache |
-
Uses of IndexesCacheUpdater in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config with parameters of type IndexesCacheUpdater Modifier and Type Method Description IndexRefresherAbstractAerospikeDataConfiguration. indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater)ReactorIndexRefresherAbstractReactiveAerospikeDataConfiguration. reactorIndexRefresher(com.aerospike.client.reactor.AerospikeReactorClient aerospikeReactorClient, IndexesCacheUpdater indexesCacheUpdater) -
Uses of IndexesCacheUpdater in org.springframework.data.aerospike.query.cache
Classes in org.springframework.data.aerospike.query.cache that implement IndexesCacheUpdater Modifier and Type Class Description classIndexesCacheHolderConstructors in org.springframework.data.aerospike.query.cache with parameters of type IndexesCacheUpdater Constructor Description IndexRefresher(com.aerospike.client.IAerospikeClient client, com.aerospike.client.policy.InfoPolicy infoPolicy, InternalIndexOperations indexOperations, IndexesCacheUpdater indexesCacheUpdater)ReactorIndexRefresher(com.aerospike.client.reactor.IAerospikeReactorClient client, com.aerospike.client.policy.InfoPolicy infoPolicy, InternalIndexOperations indexOperations, IndexesCacheUpdater indexesCacheUpdater)