Package com.arangodb
Interface ArangoCursorAsync<T>
- All Superinterfaces:
BaseArangoCursor<T>
- All Known Implementing Classes:
ArangoCursorAsyncImpl
-
Method Summary
Methods inherited from interface com.arangodb.BaseArangoCursor
getCount, getExtra, getId, getNextBatchId, getResult, hasMore, isCached, isPotentialDirtyRead
-
Method Details
-
nextBatch
CompletableFuture<ArangoCursorAsync<T>> nextBatch() -
close
CompletableFuture<Void> close()
-