Package com.arangodb.model
Class AqlQueryOptions.Options
- java.lang.Object
-
- com.arangodb.model.AqlQueryOptions.Options
-
- Enclosing class:
- AqlQueryOptions
public static final class AqlQueryOptions.Options extends Object
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getFailOnWarning
public Boolean getFailOnWarning()
-
getProfile
public Boolean getProfile()
-
getMaxTransactionSize
public Long getMaxTransactionSize()
-
getMaxWarningCount
public Long getMaxWarningCount()
-
getIntermediateCommitCount
public Long getIntermediateCommitCount()
-
getIntermediateCommitSize
public Long getIntermediateCommitSize()
-
getSatelliteSyncWait
public Double getSatelliteSyncWait()
-
getSkipInaccessibleCollections
public Boolean getSkipInaccessibleCollections()
-
getFullCount
public Boolean getFullCount()
-
getMaxPlans
public Integer getMaxPlans()
-
getStream
public Boolean getStream()
-
getMaxRuntime
public Double getMaxRuntime()
-
getFillBlockCache
public Boolean getFillBlockCache()
-
getOptimizer
public AqlQueryOptions.Optimizer getOptimizer()
-
getShardIds
public Collection<String> getShardIds()
-
-