Package com.aerospike.jdbc.async
Class RecordSet
java.lang.Object
com.aerospike.jdbc.async.RecordSet
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<com.aerospike.client.query.KeyRecord>
-
Constructor Details
-
RecordSet
public RecordSet(int capacity, int timeoutMs)
-
-
Method Details
-
next
public boolean next() throws com.aerospike.client.AerospikeException- Throws:
com.aerospike.client.AerospikeException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
iterator
-
getKey
public com.aerospike.client.Key getKey() -
getRecord
public com.aerospike.client.Record getRecord() -
put
public boolean put(com.aerospike.client.query.KeyRecord keyRecord) -
abort
public void abort()
-