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) 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 AerospikeConverterModifier and TypeClassDescriptionclassAn 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 AerospikeConverterModifierConstructorDescriptionAerospikeKeyValueAdapter(com.aerospike.client.IAerospikeClient client, AerospikeConverter converter, String namespace) Deprecated.