public static class AqlExecutionExplainEntity.ExecutionPlan extends Object
Constructor and Description |
---|
ExecutionPlan() |
Modifier and Type | Method and Description |
---|---|
Collection<AqlExecutionExplainEntity.ExecutionCollection> |
getCollections() |
Integer |
getEstimatedCost() |
Integer |
getEstimatedNrItems() |
Collection<AqlExecutionExplainEntity.ExecutionNode> |
getNodes() |
Collection<String> |
getRules() |
Collection<AqlExecutionExplainEntity.ExecutionVariable> |
getVariables() |
public Collection<AqlExecutionExplainEntity.ExecutionNode> getNodes()
public Collection<String> getRules()
public Collection<AqlExecutionExplainEntity.ExecutionCollection> getCollections()
public Collection<AqlExecutionExplainEntity.ExecutionVariable> getVariables()
public Integer getEstimatedCost()
public Integer getEstimatedNrItems()
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.