Uses of Class
org.springframework.data.aerospike.server.version.ServerVersionSupport
Packages that use ServerVersionSupport
Package
Description
-
Uses of ServerVersionSupport in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return ServerVersionSupportModifier and TypeMethodDescriptionAerospikeDataConfigurationSupport.serverVersionSupport(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeSettings settings) Methods in org.springframework.data.aerospike.config with parameters of type ServerVersionSupportModifier and TypeMethodDescriptionAbstractAerospikeDataConfiguration.aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport, AerospikeSettings settings) AbstractAerospikeDataConfiguration.indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater, ServerVersionSupport serverVersionSupport, AerospikeSettings settings) AbstractReactiveAerospikeDataConfiguration.reactiveAerospikeTemplate(MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, com.aerospike.client.reactor.IAerospikeReactorClient aerospikeReactorClient, ReactorQueryEngine reactorQueryEngine, ReactorIndexRefresher reactorIndexRefresher, ServerVersionSupport serverVersionSupport, AerospikeSettings settings) AbstractReactiveAerospikeDataConfiguration.reactorIndexRefresher(com.aerospike.client.reactor.IAerospikeReactorClient aerospikeReactorClient, IndexesCacheUpdater indexesCacheUpdater, ServerVersionSupport serverVersionSupport) -
Uses of ServerVersionSupport in org.springframework.data.aerospike.core
Constructors in org.springframework.data.aerospike.core with parameters of type ServerVersionSupportModifierConstructorDescriptionAerospikeTemplate(com.aerospike.client.IAerospikeClient client, String namespace, MappingAerospikeConverter converter, AerospikeMappingContext mappingContext, AerospikeExceptionTranslator exceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport) ReactiveAerospikeTemplate(com.aerospike.client.reactor.IAerospikeReactorClient reactorClient, String namespace, MappingAerospikeConverter converter, AerospikeMappingContext mappingContext, AerospikeExceptionTranslator exceptionTranslator, ReactorQueryEngine queryEngine, ReactorIndexRefresher reactorIndexRefresher, ServerVersionSupport serverVersionSupport) -
Uses of ServerVersionSupport in org.springframework.data.aerospike.query.cache
Methods in org.springframework.data.aerospike.query.cache with parameters of type ServerVersionSupportModifier and TypeMethodDescriptionvoidInternalIndexOperations.enrichIndexesWithCardinality(com.aerospike.client.IAerospikeClient client, Map<IndexKey, Index> indexes, ServerVersionSupport serverVersionSupport) intInternalIndexOperations.getIndexBinValuesRatio(com.aerospike.client.IAerospikeClient client, ServerVersionSupport serverVersionSupport, String namespace, String indexName) Constructors in org.springframework.data.aerospike.query.cache with parameters of type ServerVersionSupportModifierConstructorDescriptionIndexRefresher(com.aerospike.client.IAerospikeClient client, com.aerospike.client.policy.InfoPolicy infoPolicy, InternalIndexOperations indexOperations, IndexesCacheUpdater indexesCacheUpdater, ServerVersionSupport serverVersionSupport) ReactorIndexRefresher(com.aerospike.client.reactor.IAerospikeReactorClient client, com.aerospike.client.policy.InfoPolicy infoPolicy, InternalIndexOperations indexOperations, IndexesCacheUpdater indexesCacheUpdater, ServerVersionSupport serverVersionSupport)