public static final class AqlQueryOptions.Options extends Object
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getFailOnWarning() |
Boolean |
getFillBlockCache() |
Boolean |
getFullCount() |
Long |
getIntermediateCommitCount() |
Long |
getIntermediateCommitSize() |
Integer |
getMaxPlans() |
Double |
getMaxRuntime() |
Long |
getMaxTransactionSize() |
Long |
getMaxWarningCount() |
AqlQueryOptions.Optimizer |
getOptimizer() |
Boolean |
getProfile() |
Double |
getSatelliteSyncWait() |
Collection<String> |
getShardIds() |
Boolean |
getSkipInaccessibleCollections() |
Boolean |
getStream() |
public Boolean getFailOnWarning()
public Boolean getProfile()
public Long getMaxTransactionSize()
public Long getMaxWarningCount()
public Long getIntermediateCommitCount()
public Long getIntermediateCommitSize()
public Double getSatelliteSyncWait()
public Boolean getSkipInaccessibleCollections()
public Boolean getFullCount()
public Integer getMaxPlans()
public Boolean getStream()
public Double getMaxRuntime()
public Boolean getFillBlockCache()
public AqlQueryOptions.Optimizer getOptimizer()
public Collection<String> getShardIds()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.