Uses of Interface
org.springframework.data.aerospike.convert.AerospikeConverter
Packages that use AerospikeConverter
Package
Description
-
Uses of AerospikeConverter in org.springframework.data.aerospike.cache
Constructors in org.springframework.data.aerospike.cache with parameters of type AerospikeConverterModifierConstructorDescriptionAerospikeCache(String name, com.aerospike.client.IAerospikeClient client, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration cacheConfiguration, AerospikeCacheKeyProcessor cacheKeyProcessor) AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration defaultCacheConfiguration, Map<String, AerospikeCacheConfiguration> initialPerCacheConfiguration, AerospikeCacheKeyProcessor cacheKeyProcessor) Create a newAerospikeCacheManagerinstance - Specifying a default cache configuration and a map of caches (cache names) and matching configurations.AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration defaultCacheConfiguration, AerospikeCacheKeyProcessor cacheKeyProcessor) Create a newAerospikeCacheManagerinstance - Specifying a default cache configuration. -
Uses of AerospikeConverter in org.springframework.data.aerospike.convert
Classes in org.springframework.data.aerospike.convert that implement AerospikeConverterModifier and TypeClassDescriptionclassAn implementation ofAerospikeConverterto read domain objects fromAerospikeReadDataand write domain objects intoAerospikeWriteData.