| Constructor and Description |
|---|
KeyRecordIterator(String namespace) |
KeyRecordIterator(String namespace,
com.aerospike.client.query.KeyRecord singleRecord) |
KeyRecordIterator(String namespace,
com.aerospike.client.query.RecordSet recordSet) |
KeyRecordIterator(String namespace,
com.aerospike.client.query.ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
com.aerospike.client.query.KeyRecord |
next() |
void |
remove() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic KeyRecordIterator(String namespace)
public KeyRecordIterator(String namespace, com.aerospike.client.query.KeyRecord singleRecord)
public KeyRecordIterator(String namespace, com.aerospike.client.query.RecordSet recordSet)
public KeyRecordIterator(String namespace, com.aerospike.client.query.ResultSet resultSet)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean hasNext()
public com.aerospike.client.query.KeyRecord next()
public void remove()
Copyright © 2020–2021 Aerospike, Inc. All rights reserved.