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 Constructor Description AbstractAerospikeDataConfiguration() -
Method Summary
Modifier and Type Method Description AerospikePersistenceEntityIndexCreatoraerospikePersistenceEntityIndexCreator(AerospikeMappingContext aerospikeMappingContext, AerospikeTemplate template)AerospikeTemplateaerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher)IndexRefresherindexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater)QueryEnginequeryEngine(com.aerospike.client.IAerospikeClient aerospikeClient, StatementBuilder statementBuilder, FilterExpressionsBuilder filterExpressionsBuilder)Methods inherited from class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
aerospikeClient, aerospikeExceptionTranslator, 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(AerospikeMappingContext aerospikeMappingContext, @Lazy AerospikeTemplate template) -
indexRefresher
@Bean(name="aerospikeIndexRefresher") public IndexRefresher indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater)
-