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.internal
Methods in com.arangodb.internal with parameters of type AqlQueryOptionsModifier and TypeMethodDescription<T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsyncImpl.cursor
(String cursorId, Class<T> type, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsyncImpl.cursor
(String cursorId, Class<T> type, String nextBatchId, AqlQueryOptions options) <T> ArangoCursor<T>
ArangoDatabaseImpl.cursor
(String cursorId, Class<T> type, AqlQueryOptions options) <T> ArangoCursor<T>
ArangoDatabaseImpl.cursor
(String cursorId, Class<T> type, String nextBatchId, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsyncImpl.query
(String query, Class<T> type, AqlQueryOptions options) <T> CompletableFuture<ArangoCursorAsync<T>>
ArangoDatabaseAsyncImpl.query
(String query, Class<T> type, Map<String, Object> bindVars, AqlQueryOptions options) <T> ArangoCursor<T>
ArangoDatabaseImpl.query
(String query, Class<T> type, AqlQueryOptions options) <T> ArangoCursor<T>
ArangoDatabaseImpl.query
(String query, Class<T> type, Map<String, Object> bindVars, AqlQueryOptions options) protected InternalRequest
InternalArangoDatabase.queryCloseRequest
(String id, AqlQueryOptions options) protected InternalRequest
InternalArangoDatabase.queryNextRequest
(String id, AqlQueryOptions options, String nextBatchId) protected InternalRequest
InternalArangoDatabase.queryRequest
(String query, 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) Sets the headerx-arango-allow-dirty-read
totrue
to allow the Coordinator to ask any shard replica for the data, not only the shard leader.AqlQueryOptions.allowDirtyReads
(Boolean allowDirtyReads) AqlQueryOptions.allowRetry
(Boolean allowRetry) static AqlQueryOptions
AqlQueryOptions.clone()
AqlQueryOptions.customOption
(String key, Object value) Set an additional custom option in the form of key-value pair.AqlQueryOptions.failOnWarning
(Boolean failOnWarning) AqlQueryOptions.fillBlockCache
(Boolean fillBlockCache) AqlQueryOptions.forceOneShardAttributeValue
(String forceOneShardAttributeValue) AqlQueryOptions.intermediateCommitCount
(Long intermediateCommitCount) AqlQueryOptions.intermediateCommitSize
(Long intermediateCommitSize) AqlQueryOptions.maxDNFConditionMembers
(Integer maxDNFConditionMembers) AqlQueryOptions.maxNodesPerCallstack
(Integer maxNodesPerCallstack) AqlQueryOptions.maxNumberOfPlans
(Integer maxNumberOfPlans) Deprecated.AqlQueryOptions.maxRuntime
(Double maxRuntime) AqlQueryOptions.maxTransactionSize
(Long maxTransactionSize) AqlQueryOptions.maxWarningCount
(Long maxWarningCount) AqlQueryOptions.memoryLimit
(Long memoryLimit) AqlQueryOptions.optimizer
(AqlQueryOptions.Optimizer optimizer) AqlQueryOptions.options
(AqlQueryOptions.Options options) AqlQueryOptions.rules
(Collection<String> rules) AqlQueryOptions.satelliteSyncWait
(Double satelliteSyncWait) Restrict query to shards by given ids.AqlQueryOptions.skipInaccessibleCollections
(Boolean skipInaccessibleCollections) AqlQueryOptions.spillOverThresholdMemoryUsage
(Long spillOverThresholdMemoryUsage) AqlQueryOptions.spillOverThresholdNumRows
(Long spillOverThresholdNumRows) Methods in com.arangodb.model with parameters of type AqlQueryOptions
maxNumberOfPlans(Integer)
instead