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, Object> bindVars, AqlQueryOptions options) -
Uses of ArangoCursorAsync in com.arangodb.internal
Methods in com.arangodb.internal that return types with arguments of type ArangoCursorAsyncModifier and TypeMethodDescription<T> CompletableFuture<ArangoCursorAsync<T>>
<T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsyncImpl.cursor
(String cursorId, Class<T> type, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>>
<T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsyncImpl.cursor
(String cursorId, Class<T> type, String nextBatchId, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>>
<T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsyncImpl.query
(String query, Class<T> type, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>>
<T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsyncImpl.query
(String query, Class<T> type, Map<String, Object> bindVars, AqlQueryOptions options) -
Uses of ArangoCursorAsync in com.arangodb.internal.cursor
Classes in com.arangodb.internal.cursor that implement ArangoCursorAsyncMethods in com.arangodb.internal.cursor that return types with arguments of type ArangoCursorAsync