Uses of Class
com.arangodb.entity.QueryEntity
Packages that use QueryEntity
-
Uses of QueryEntity in com.arangodb
Methods in com.arangodb that return types with arguments of type QueryEntityModifier and TypeMethodDescriptionArangoDatabase.getCurrentlyRunningQueries()
Returns a list of currently running AQL queriesArangoDatabaseAsync.getCurrentlyRunningQueries()
Asynchronous version ofArangoDatabase.getCurrentlyRunningQueries()
ArangoDatabase.getSlowQueries()
Returns a list of slow running AQL queriesArangoDatabaseAsync.getSlowQueries()
Asynchronous version ofArangoDatabase.getSlowQueries()
-
Uses of QueryEntity in com.arangodb.internal
Methods in com.arangodb.internal that return types with arguments of type QueryEntityModifier and TypeMethodDescriptionArangoDatabaseAsyncImpl.getCurrentlyRunningQueries()
ArangoDatabaseImpl.getCurrentlyRunningQueries()
ArangoDatabaseAsyncImpl.getSlowQueries()
ArangoDatabaseImpl.getSlowQueries()