Modifier and Type | Field and Description |
---|---|
protected ArangoCursorIterator<T> |
iterator |
Modifier | Constructor and Description |
---|---|
protected |
ArangoCursor(InternalArangoDatabase<?,?,?,?> db,
ArangoCursorExecute execute,
Class<T> type,
CursorEntity result) |
Modifier and Type | Method and Description |
---|---|
List<T> |
asListRemaining() |
void |
close() |
Integer |
getCount() |
String |
getId() |
CursorEntity.Stats |
getStats() |
Class<T> |
getType() |
Collection<CursorEntity.Warning> |
getWarnings() |
boolean |
hasNext() |
boolean |
isCached() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected final ArangoCursorIterator<T> iterator
protected ArangoCursor(InternalArangoDatabase<?,?,?,?> db, ArangoCursorExecute execute, Class<T> type, CursorEntity result)
public String getId()
public Integer getCount()
public CursorEntity.Stats getStats()
public Collection<CursorEntity.Warning> getWarnings()
public boolean isCached()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.