Class AerospikeKeyValueAdapter

java.lang.Object
org.springframework.data.keyvalue.core.AbstractKeyValueAdapter
org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
All Implemented Interfaces:
DisposableBean, KeyValueAdapter

@Deprecated public class AerospikeKeyValueAdapter extends AbstractKeyValueAdapter
Deprecated.
Use AerospikeTemplate instead
An Aerospike-specific KeyValueAdapter to implement core sore interactions to be used by the KeyValueTemplate.
Author:
Oliver Gierke