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, AerospikeTemplate template) aerospikeTemplate
(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher) indexRefresher
(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater) 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, 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) -
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, @Lazy AerospikeTemplate template) -
indexRefresher
@Bean(name="aerospikeIndexRefresher") public IndexRefresher indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater)
-