Package com.arangodb.entity
Class AqlExecutionExplainEntity
- java.lang.Object
-
- com.arangodb.entity.AqlExecutionExplainEntity
-
public final class AqlExecutionExplainEntity extends Object
- Author:
- Mark Vollmary
- See Also:
- API Documentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AqlExecutionExplainEntity.ExecutionCollection
static class
AqlExecutionExplainEntity.ExecutionExpression
static class
AqlExecutionExplainEntity.ExecutionNode
static class
AqlExecutionExplainEntity.ExecutionPlan
static class
AqlExecutionExplainEntity.ExecutionStats
static class
AqlExecutionExplainEntity.ExecutionVariable
-
Constructor Summary
Constructors Constructor Description AqlExecutionExplainEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getCacheable()
AqlExecutionExplainEntity.ExecutionPlan
getPlan()
Collection<AqlExecutionExplainEntity.ExecutionPlan>
getPlans()
AqlExecutionExplainEntity.ExecutionStats
getStats()
Collection<String>
getWarnings()
-
-
-
Method Detail
-
getPlan
public AqlExecutionExplainEntity.ExecutionPlan getPlan()
-
getPlans
public Collection<AqlExecutionExplainEntity.ExecutionPlan> getPlans()
-
getWarnings
public Collection<String> getWarnings()
-
getStats
public AqlExecutionExplainEntity.ExecutionStats getStats()
-
getCacheable
public Boolean getCacheable()
-
-