Uses of Class
com.arangodb.entity.QueryEntity
-
Packages that use QueryEntity Package Description com.arangodb -
-
Uses of QueryEntity in com.arangodb
Methods in com.arangodb that return types with arguments of type QueryEntity Modifier and Type Method Description Collection<QueryEntity>
ArangoDatabase. getCurrentlyRunningQueries()
Returns a list of currently running AQL queriesCollection<QueryEntity>
ArangoDatabase. getSlowQueries()
Returns a list of slow running AQL queries
-