Package com.arangodb.model
Class AqlQueryExplainOptions
java.lang.Object
com.arangodb.model.AqlQueryExplainOptions
Deprecated.
- Author:
- Mark Vollmary, Michele Rastelli
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.getQuery()
Deprecated.getRules()
Deprecated.maxNumberOfPlans
(Integer maxNumberOfPlans) Deprecated.rules
(Collection<String> rules) Deprecated.
-
Constructor Details
-
AqlQueryExplainOptions
public AqlQueryExplainOptions()Deprecated.
-
-
Method Details
-
getBindVars
Deprecated. -
getQuery
Deprecated. -
getMaxNumberOfPlans
Deprecated. -
maxNumberOfPlans
Deprecated.- Parameters:
maxNumberOfPlans
- an optional maximum number of plans that the optimizer is allowed to generate. Setting this attribute to a low value allows to put a cap on the amount of work the optimizer does.- Returns:
- options
-
getAllPlans
Deprecated. -
allPlans
Deprecated.- Parameters:
allPlans
- if set to true, all possible execution plans will be returned. The default is false, meaning only the optimal plan will be returned.- Returns:
- options
-
getRules
Deprecated. -
rules
Deprecated.- Parameters:
rules
- an array of to-be-included or to-be-excluded optimizer rules can be put into this attribute, telling the optimizer to include or exclude specific rules.- Returns:
- options
-
getOptions
Deprecated.
-
ArangoDatabase.explainAqlQuery(String, Map, ExplainAqlQueryOptions)
instead