| Package | Description |
|---|---|
| org.springframework.data.aerospike.cache | |
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.core |
| Constructor and Description |
|---|
AerospikeCacheManager(com.aerospike.client.AerospikeClient aerospikeClient,
java.util.Collection<java.lang.String> cacheNames,
MappingAerospikeConverter aerospikeConverter)
Create a new
AerospikeCacheManager instance with the specified caches and
with the set name "aerospike". |
AerospikeCacheManager(com.aerospike.client.AerospikeClient aerospikeClient,
java.util.Collection<java.lang.String> cacheNames,
java.lang.String setName,
MappingAerospikeConverter aerospikeConverter)
Create a new
AerospikeCacheManager instance with the specified caches and
with the specified set name. |
AerospikeCacheManager(com.aerospike.client.AerospikeClient aerospikeClient,
MappingAerospikeConverter aerospikeConverter)
Create a new
AerospikeCacheManager instance with no caches and with the
set name "aerospike". |
AerospikeCacheManager(com.aerospike.client.AerospikeClient aerospikeClient,
java.lang.String setName,
MappingAerospikeConverter aerospikeConverter)
Create a new
AerospikeCacheManager instance with no caches and with the
specified set name. |
| Modifier and Type | Method and Description |
|---|---|
MappingAerospikeConverter |
AbstractReactiveAerospikeDataConfiguration.reactiveMappingAerospikeConverter(AerospikeMappingContext aerospikeMappingContext,
AerospikeTypeAliasAccessor aerospikeTypeAliasAccessor) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveAerospikeOperations |
AbstractReactiveAerospikeDataConfiguration.reactiveAerospikeTemplate(ReactiveQueryEngine queryEngine,
MappingAerospikeConverter mappingAerospikeConverter,
AerospikeMappingContext aerospikeMappingContext,
AerospikeExceptionTranslator aerospikeExceptionTranslator) |
| Constructor and Description |
|---|
ReactiveAerospikeTemplate(ReactiveQueryEngine queryEngine,
java.lang.String namespace,
MappingAerospikeConverter converter,
AerospikeMappingContext mappingContext,
AerospikeExceptionTranslator exceptionTranslator)
Creates a new
ReactiveAerospikeTemplate for the given
AerospikeClient. |