Package com.arangodb.entity
Class AqlExecutionExplainEntity.ExecutionPlan
- java.lang.Object
-
- com.arangodb.entity.AqlExecutionExplainEntity.ExecutionPlan
-
- Enclosing class:
- AqlExecutionExplainEntity
public static final class AqlExecutionExplainEntity.ExecutionPlan extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AqlExecutionExplainEntity.ExecutionCollection>
getCollections()
Integer
getEstimatedCost()
Integer
getEstimatedNrItems()
Collection<AqlExecutionExplainEntity.ExecutionNode>
getNodes()
Collection<String>
getRules()
Collection<AqlExecutionExplainEntity.ExecutionVariable>
getVariables()
-
-
-
Method Detail
-
getNodes
public Collection<AqlExecutionExplainEntity.ExecutionNode> getNodes()
-
getRules
public Collection<String> getRules()
-
getCollections
public Collection<AqlExecutionExplainEntity.ExecutionCollection> getCollections()
-
getVariables
public Collection<AqlExecutionExplainEntity.ExecutionVariable> getVariables()
-
getEstimatedCost
public Integer getEstimatedCost()
-
getEstimatedNrItems
public Integer getEstimatedNrItems()
-
-