public class ResultSet extends Object implements Iterable<Object>, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close query.
|
Object |
getObject()
Get result.
|
Iterator<Object> |
iterator()
Provide Iterator for RecordSet.
|
boolean |
next()
Retrieve next result.
|
boolean |
put(Object object)
Put object on the queue.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final Object END
public boolean next()
throws AerospikeException
AerospikeExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic Object getObject()
public boolean put(Object object)
Copyright © 2012–2023 Aerospike, Inc. All rights reserved.