public class VisorQueryCursor<T> extends Object implements Iterator<T>, AutoCloseable
| Constructor and Description |
|---|
VisorQueryCursor(QueryCursor<T> cur) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accessed() |
void |
accessed(boolean accessed) |
void |
close() |
Collection<GridQueryFieldMetadata> |
fieldsMeta() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic VisorQueryCursor(QueryCursor<T> cur)
cur - Cursor.public void close()
close in interface AutoCloseablepublic Collection<GridQueryFieldMetadata> fieldsMeta()
public boolean accessed()
public void accessed(boolean accessed)
accessed - New accessed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019