public final 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 Integer END
public final boolean next()
throws AerospikeException
AerospikeExceptionpublic final void close()
close in interface Closeableclose in interface AutoCloseablepublic final Object getObject()
public final boolean put(Object object)
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.