Package com.arangodb.entity
Class AqlExecutionExplainEntity.ExecutionStats
- java.lang.Object
-
- com.arangodb.entity.AqlExecutionExplainEntity.ExecutionStats
-
- Enclosing class:
- AqlExecutionExplainEntity
public static final class AqlExecutionExplainEntity.ExecutionStats extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getExecutionTime()
Long
getPeakMemoryUsage()
Integer
getPlansCreated()
Integer
getRulesExecuted()
Integer
getRulesSkipped()
-