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 classAqlExecutionExplainEntity.ExecutionCollectionstatic classAqlExecutionExplainEntity.ExecutionExpressionstatic classAqlExecutionExplainEntity.ExecutionNodestatic classAqlExecutionExplainEntity.ExecutionPlanstatic classAqlExecutionExplainEntity.ExecutionStatsstatic classAqlExecutionExplainEntity.ExecutionVariable
-
Constructor Summary
Constructors Constructor Description AqlExecutionExplainEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCacheable()AqlExecutionExplainEntity.ExecutionPlangetPlan()Collection<AqlExecutionExplainEntity.ExecutionPlan>getPlans()AqlExecutionExplainEntity.ExecutionStatsgetStats()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()
-
-