@Configuration public abstract class AbstractAerospikeDataConfiguration extends AerospikeDataConfigurationSupport
| Constructor and Description |
|---|
AbstractAerospikeDataConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AerospikePersistenceEntityIndexCreator |
aerospikePersistenceEntityIndexCreator(AerospikeMappingContext aerospikeMappingContext,
AerospikeTemplate template) |
AerospikeTemplate |
aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient,
MappingAerospikeConverter mappingAerospikeConverter,
AerospikeMappingContext aerospikeMappingContext,
AerospikeExceptionTranslator aerospikeExceptionTranslator,
QueryEngine queryEngine,
IndexRefresher indexRefresher) |
IndexRefresher |
indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient,
IndexesCacheUpdater indexesCacheUpdater) |
QueryEngine |
queryEngine(com.aerospike.client.IAerospikeClient aerospikeClient,
StatementBuilder statementBuilder) |
aerospikeClient, aerospikeExceptionTranslator, aerospikeMappingContext, aerospikeTypeAliasAccessor, customConversions, indexCache, mappingAerospikeConverter, statementBuilder@Bean(name="aerospikeTemplate") public AerospikeTemplate aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher)
@Bean(name="aerospikeQueryEngine") public QueryEngine queryEngine(com.aerospike.client.IAerospikeClient aerospikeClient, StatementBuilder statementBuilder)
@Bean public AerospikePersistenceEntityIndexCreator aerospikePersistenceEntityIndexCreator(AerospikeMappingContext aerospikeMappingContext, @Lazy AerospikeTemplate template)
@Bean(name="aerospikeIndexRefresher") public IndexRefresher indexRefresher(com.aerospike.client.IAerospikeClient aerospikeClient, IndexesCacheUpdater indexesCacheUpdater)
Copyright © 2020–2021 Aerospike, Inc. All rights reserved.