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