Package com.arangodb.entity
Class QueryEntity
java.lang.Object
com.arangodb.entity.QueryEntity
- Author:
- Mark Vollmary
-
Constructor Details
-
QueryEntity
public QueryEntity()
-
-
Method Details
-
getId
- Returns:
- the query's id
-
getDatabase
- Returns:
- the name of the database the query runs in
-
getUser
- Returns:
- the name of the user that started the query
-
getQuery
- Returns:
- the query string (potentially truncated)
-
getBindVars
- Returns:
- the bind parameter values used by the query
-
getStarted
- Returns:
- the date and time when the query was started
-
getRunTime
- Returns:
- the query's run time up to the point the list of queries was queried
-
getPeakMemoryUsage
- Returns:
- the query’s peak memory usage in bytes (in increments of 32KB)
-
getState
- Returns:
- the query's current execution state
-
getStream
- Returns:
- whether or not the query uses a streaming cursor
-