public class Record
extends Object
-
Field Summary
Fields
final List<com.aerospike.client.Bin>
final com.aerospike.client.Key
-
Constructor Summary
Constructors
Record(com.aerospike.client.Key key,
List<com.aerospike.client.Bin> bins)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
key
public final com.aerospike.client.Key key
-
bins
public final List<com.aerospike.client.Bin> bins
-
Constructor Details
-
Record
public Record(com.aerospike.client.Key key,
List<com.aerospike.client.Bin> bins)