Package com.arangodb.model
Class AqlQueryOptions.Options
- java.lang.Object
-
- com.arangodb.model.AqlQueryOptions.Options
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- AqlQueryOptions
public static final class AqlQueryOptions.Options extends Object implements Cloneable
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AqlQueryOptions.Optionsclone()BooleangetAllowRetry()BooleangetFailOnWarning()BooleangetFillBlockCache()StringgetForceOneShardAttributeValue()BooleangetFullCount()LonggetIntermediateCommitCount()LonggetIntermediateCommitSize()IntegergetMaxPlans()DoublegetMaxRuntime()LonggetMaxTransactionSize()LonggetMaxWarningCount()AqlQueryOptions.OptimizergetOptimizer()BooleangetProfile()DoublegetSatelliteSyncWait()Collection<String>getShardIds()BooleangetSkipInaccessibleCollections()BooleangetStream()
-
-
-
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()
-
getForceOneShardAttributeValue
public String getForceOneShardAttributeValue()
-
getOptimizer
public AqlQueryOptions.Optimizer getOptimizer()
-
getShardIds
public Collection<String> getShardIds()
-
getAllowRetry
public Boolean getAllowRetry()
-
clone
public AqlQueryOptions.Options clone()
-
-