Uses of Interface
com.arangodb.ArangoCursorAsync
Packages that use ArangoCursorAsync
-
Uses of ArangoCursorAsync in com.arangodb
Methods in com.arangodb that return types with arguments of type ArangoCursorAsyncModifier and TypeMethodDescription<T> CompletableFuture<ArangoCursorAsync<T>><T> CompletableFuture<ArangoCursorAsync<T>>ArangoDatabaseAsync.cursor(String cursorId, Class<T> type, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>><T> CompletableFuture<ArangoCursorAsync<T>>ArangoDatabaseAsync.cursor(String cursorId, Class<T> type, String nextBatchId, AqlQueryOptions options) ArangoCursorAsync.nextBatch()<T> CompletableFuture<ArangoCursorAsync<T>><T> CompletableFuture<ArangoCursorAsync<T>>ArangoDatabaseAsync.query(String query, Class<T> type, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>><T> CompletableFuture<ArangoCursorAsync<T>>ArangoDatabaseAsync.query(String query, Class<T> type, Map<String, ?> bindVars, AqlQueryOptions options)