Package com.arangodb
Interface ArangoCursorAsync<T>
-
- All Superinterfaces:
BaseArangoCursor<T>
public interface ArangoCursorAsync<T> extends BaseArangoCursor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Void>
close()
CompletableFuture<ArangoCursorAsync<T>>
nextBatch()
-
Methods inherited from interface com.arangodb.BaseArangoCursor
getCount, getExtra, getId, getNextBatchId, getResult, hasMore, isCached, isPotentialDirtyRead
-
-
-
-
Method Detail
-
nextBatch
CompletableFuture<ArangoCursorAsync<T>> nextBatch()
-
close
CompletableFuture<Void> close()
-
-