Class QueryHandler
A base class for REST-based handlers
-
triagens\ArangoDb\Handler
-
triagens\ArangoDb\QueryHandler
Methods summary
public
|
#
clearSlow( )
Clears the list of slow queries
Clears the list of slow queries
Throws
|
public
array
|
#
getSlow( )
Returns the list of slow queries
Returns the list of slow queries
Returns
array
Throws
|
public
array
|
#
getCurrent( )
Returns the list of currently executing queries
Returns the list of currently executing queries
Returns
array
Throws
|
public
boolean
|
#
kill( string $id )
Kills a specific query
This will send an HTTP DELETE command to the server to terminate the specified query
Parameters
Returns
boolean
Throws
|