Uses of Class
com.arangodb.entity.AqlExecutionExplainEntity
Packages that use AqlExecutionExplainEntity
-
Uses of AqlExecutionExplainEntity in com.arangodb
Methods in com.arangodb that return AqlExecutionExplainEntityModifier and TypeMethodDescriptionArangoDatabase.explainQuery
(String query, Map<String, Object> bindVars, AqlQueryExplainOptions options) Deprecated.Methods in com.arangodb that return types with arguments of type AqlExecutionExplainEntityModifier and TypeMethodDescriptionArangoDatabaseAsync.explainQuery
(String query, Map<String, Object> bindVars, AqlQueryExplainOptions options) Deprecated.for removal, useArangoDatabaseAsync.explainAqlQuery(String, Map, AqlQueryExplainOptions)
instead
ArangoDatabase.explainAqlQuery(String, Map, AqlQueryExplainOptions)
instead