Class AerospikeKeyValueAdapter
java.lang.Object
org.springframework.data.keyvalue.core.AbstractKeyValueAdapter
org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
- All Implemented Interfaces:
DisposableBean,KeyValueAdapter
Deprecated.
An Aerospike-specific
KeyValueAdapter to implement core sore interactions to be used by the
KeyValueTemplate.- Author:
- Oliver Gierke
-
Constructor Summary
ConstructorsConstructorDescriptionAerospikeKeyValueAdapter(com.aerospike.client.IAerospikeClient client, AerospikeConverter converter, String namespace) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Deprecated.booleanDeprecated.longDeprecated.Deprecated.voiddeleteAllOf(String keyspace) Deprecated.voiddestroy()Deprecated.Deprecated.Collection<?> find(KeyValueQuery<?> query, String keyspace) Deprecated.Deprecated.Collection<?> Deprecated.Deprecated.Methods inherited from class org.springframework.data.keyvalue.core.AbstractKeyValueAdapter
count, delete, find, getMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.keyvalue.core.KeyValueAdapter
entries, exists, getAllOf
-
Constructor Details
-
AerospikeKeyValueAdapter
public AerospikeKeyValueAdapter(com.aerospike.client.IAerospikeClient client, AerospikeConverter converter, String namespace) Deprecated.- Parameters:
client- must not be null.converter- must not be null.
-
-
Method Details
-
put
Deprecated. -
contains
Deprecated. -
get
Deprecated. -
delete
Deprecated. -
getAllOf
Deprecated. -
deleteAllOf
Deprecated. -
clear
public void clear()Deprecated. -
destroy
public void destroy()Deprecated. -
find
Deprecated.- Specified by:
findin interfaceKeyValueAdapter- Overrides:
findin classAbstractKeyValueAdapter
-
entries
Deprecated. -
count
Deprecated.
-
AerospikeTemplateinstead