Class AbstractAerospikeDataConfiguration
java.lang.Object
org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
@Configuration
public abstract class AbstractAerospikeDataConfiguration
extends AerospikeDataConfigurationSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext> aerospikeMappingContext, AerospikeIndexResolver aerospikeIndexResolver, ObjectProvider<AerospikeTemplate> template) aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport) indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater, ServerVersionSupport serverVersionSupport) queryEngine(com.aerospike.client.IAerospikeClient aerospikeClient, StatementBuilder statementBuilder, FilterExpressionsBuilder filterExpressionsBuilder) Methods inherited from class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
aerospikeClient, aerospikeExceptionTranslator, aerospikeIndexResolver, aerospikeMappingContext, aerospikeTypeAliasAccessor, customConversions, filterExpressionsBuilder, indexCache, mappingAerospikeConverter, serverVersionSupport, statementBuilder
-
Constructor Details
-
AbstractAerospikeDataConfiguration
public AbstractAerospikeDataConfiguration()
-
-
Method Details
-
aerospikeTemplate
@Bean(name="aerospikeTemplate") public AerospikeTemplate aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport) -
queryEngine
@Bean(name="aerospikeQueryEngine") public QueryEngine queryEngine(com.aerospike.client.IAerospikeClient aerospikeClient, StatementBuilder statementBuilder, FilterExpressionsBuilder filterExpressionsBuilder) -
aerospikePersistenceEntityIndexCreator
@Bean public AerospikePersistenceEntityIndexCreator aerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext> aerospikeMappingContext, AerospikeIndexResolver aerospikeIndexResolver, ObjectProvider<AerospikeTemplate> template) -
indexRefresher
@Bean(name="aerospikeIndexRefresher") public IndexRefresher indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater, ServerVersionSupport serverVersionSupport)
-