public class AerospikeReadData extends Object
| Modifier and Type | Method and Description |
|---|---|
static AerospikeReadData |
forRead(com.aerospike.client.Key key,
com.aerospike.client.Record record) |
int |
getExpiration() |
com.aerospike.client.Key |
getKey() |
Map<String,Object> |
getRecord() |
Object |
getValue(String key) |
int |
getVersion() |
public static AerospikeReadData forRead(com.aerospike.client.Key key, com.aerospike.client.Record record)
public com.aerospike.client.Key getKey()
public int getExpiration()
public int getVersion()
Copyright © 2012–2020 Aerospike, Inc. All rights reserved.