Class AerospikeReadData
java.lang.Object
org.springframework.data.aerospike.convert.AerospikeReadData
public class AerospikeReadData extends Object
Value object to carry data to be read in object conversion.
- Author:
- Oliver Gierke, Anastasiia Smirnova
-
Method Summary
Modifier and Type Method Description static AerospikeReadDataforRead(com.aerospike.client.Key key, com.aerospike.client.Record record)intgetExpiration()com.aerospike.client.KeygetKey()Map<String,Object>getRecord()ObjectgetValue(String key)intgetVersion()
-
Method Details
-
forRead
public static AerospikeReadData forRead(com.aerospike.client.Key key, com.aerospike.client.Record record) -
getRecord
-
getKey
public com.aerospike.client.Key getKey() -
getValue
-
getExpiration
public int getExpiration() -
getVersion
public int getVersion()
-