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 Details

    • forRead

      public static AerospikeReadData forRead(com.aerospike.client.Key key, com.aerospike.client.Record aeroRecord)
    • getAeroRecord

      public Map<String,Object> getAeroRecord()
    • getKey

      public com.aerospike.client.Key getKey()
    • getValue

      public Object getValue(String key)
    • getExpiration

      public int getExpiration()
    • getVersion

      public int getVersion()