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 -
Uses of AqlExecutionExplainEntity in com.arangodb.internal
Methods in com.arangodb.internal that return AqlExecutionExplainEntityModifier and TypeMethodDescriptionArangoDatabaseImpl.explainQuery
(String query, Map<String, Object> bindVars, AqlQueryExplainOptions options) Methods in com.arangodb.internal that return types with arguments of type AqlExecutionExplainEntityModifier and TypeMethodDescriptionArangoDatabaseAsyncImpl.explainQuery
(String query, Map<String, Object> bindVars, AqlQueryExplainOptions options)
ArangoDatabase.explainAqlQuery(String, Map, AqlQueryExplainOptions)
instead