Uses of Interface
org.springframework.data.aerospike.convert.AerospikeConverter
| Package | Description |
|---|---|
| org.springframework.data.aerospike.cache | |
| org.springframework.data.aerospike.convert | |
| org.springframework.data.aerospike.core |
-
Uses of AerospikeConverter in org.springframework.data.aerospike.cache
Constructors in org.springframework.data.aerospike.cache with parameters of type AerospikeConverter Constructor 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 newAerospikeCacheManagerinstance - Specifying a default cache configuration.AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration defaultCacheConfiguration, Map<String,AerospikeCacheConfiguration> initialPerCacheConfiguration)Create a newAerospikeCacheManagerinstance - Specifying a default cache configuration and a map of caches (cache names) and matching configurations. -
Uses of AerospikeConverter in org.springframework.data.aerospike.convert
Classes in org.springframework.data.aerospike.convert that implement AerospikeConverter Modifier and Type Class Description classMappingAerospikeConverterAn implementation ofAerospikeConverterto read domain objects fromAerospikeReadDataand write domain objects intoAerospikeWriteData. -
Uses of AerospikeConverter in org.springframework.data.aerospike.core
Constructors in org.springframework.data.aerospike.core with parameters of type AerospikeConverter Constructor Description AerospikeKeyValueAdapter(com.aerospike.client.IAerospikeClient client, AerospikeConverter converter, String namespace)