Uses of Class
com.arangodb.model.AqlQueryOptions
Packages that use AqlQueryOptions
-
Uses of AqlQueryOptions in com.arangodb
Methods in com.arangodb with parameters of type AqlQueryOptionsModifier and TypeMethodDescription<T> ArangoCursor<T>
ArangoDatabase.cursor
(String cursorId, Class<T> type, AqlQueryOptions options) Return an cursor from the given cursor-ID if still existing<T> ArangoCursor<T>
ArangoDatabase.cursor
(String cursorId, Class<T> type, String nextBatchId, AqlQueryOptions options) Return an cursor from the given cursor-ID if still existing<T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsync.cursor
(String cursorId, Class<T> type, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsync.cursor
(String cursorId, Class<T> type, String nextBatchId, AqlQueryOptions options) <T> ArangoCursor<T>
ArangoDatabase.query
(String query, Class<T> type, AqlQueryOptions options) Performs a database query using the givenquery
, then returns a newArangoCursor
instance for the result list.<T> ArangoCursor<T>
ArangoDatabase.query
(String query, Class<T> type, Map<String, Object> bindVars, AqlQueryOptions options) Performs a database query using the givenquery
andbindVars
, then returns a newArangoCursor
instance for the result list.<T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsync.query
(String query, Class<T> type, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsync.query
(String query, Class<T> type, Map<String, Object> bindVars, AqlQueryOptions options) -
Uses of AqlQueryOptions in com.arangodb.model
Methods in com.arangodb.model that return AqlQueryOptionsModifier and TypeMethodDescriptionAqlQueryOptions.allowDirtyRead
(Boolean allowDirtyRead) AqlQueryOptions.allowRetry
(Boolean allowRetry) static AqlQueryOptions
AqlQueryOptions.clone()
AqlQueryOptions.failOnWarning
(Boolean failOnWarning) AqlQueryOptions.fillBlockCache
(Boolean fillBlockCache) AqlQueryOptions.forceOneShardAttributeValue
(String forceOneShardAttributeValue) AqlQueryOptions.intermediateCommitCount
(Long intermediateCommitCount) AqlQueryOptions.intermediateCommitSize
(Long intermediateCommitSize) AqlQueryOptions.maxRuntime
(Double timeout) AqlQueryOptions.maxTransactionSize
(Long maxTransactionSize) AqlQueryOptions.maxWarningCount
(Long maxWarningCount) AqlQueryOptions.memoryLimit
(Long memoryLimit) AqlQueryOptions.rules
(Collection<String> rules) AqlQueryOptions.satelliteSyncWait
(Double satelliteSyncWait) Restrict query to shards by given ids.AqlQueryOptions.skipInaccessibleCollections
(Boolean skipInaccessibleCollections) Methods in com.arangodb.model with parameters of type AqlQueryOptions