| Package | Description |
|---|---|
| org.springframework.data.aerospike.cache | |
| org.springframework.data.aerospike.convert | |
| org.springframework.data.aerospike.core |
| Constructor and Description |
|---|
AerospikeCache(String name,
com.aerospike.client.IAerospikeClient client,
AerospikeConverter aerospikeConverter,
AerospikeCacheConfiguration cacheConfiguration) |
AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient,
AerospikeConverter aerospikeConverter,
AerospikeCacheConfiguration defaultCacheConfiguration)
Create a new
AerospikeCacheManager instance -
Specifying a default cache configuration. |
AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient,
AerospikeConverter aerospikeConverter,
AerospikeCacheConfiguration defaultCacheConfiguration,
Map<String,AerospikeCacheConfiguration> initialPerCacheConfiguration)
Create a new
AerospikeCacheManager instance -
Specifying a default cache configuration and a map of caches (cache names) and matching configurations. |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingAerospikeConverter
An implementation of
AerospikeConverter to read domain objects from AerospikeReadData and write domain
objects into AerospikeWriteData. |
| Constructor and Description |
|---|
AerospikeKeyValueAdapter(com.aerospike.client.IAerospikeClient client,
AerospikeConverter converter,
String namespace)
|
Copyright © 2020–2021 Aerospike, Inc. All rights reserved.