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 Details

    • Options

      public Options()
  • Method Details

    • 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()
      Overrides:
      clone in class Object