Trees | Indices | Help |
|
---|
|
object --+ | Database
Analysis queue database.
This class handles the creation of the database user for internal queue management. It also provides some functions for interacting with it.
|
|||
__metaclass__ Singleton. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Connect to a Database.
|
Get an ORM instance or create it if not exist.
|
Drop all tables.
|
Clean old stored machines and related tables.
|
Add a guest machine.
|
Set task status.
|
Fetches a task waiting to be processed and locks it for running.
|
Logs guest start.
|
Removes a guest start entry.
|
Logs guest stop.
|
Lists virtual machines.
|
Places a lock on a free virtual machine.
|
Remove lock form a virtual machine.
|
How many virtual machines are ready for analysis.
|
Which machines are available
|
Set status for a virtual machine.
|
Add an error related to a task.
|
Add a task to database.
|
Add a task to database from file path.
|
Add a task to database from url.
|
Reschedule a task.
|
Retrieve list of task.
|
Count tasks in the database
|
Retrieve information on a task.
|
Delete information on a task.
|
Retrieve information on a sample given a sample id.
|
Search samples by MD5.
|
Counts the amount of samples in the database.
|
Show virtual machine.
|
Show virtual machine.
|
Get all errors related to a task.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Mar 4 00:16:10 2015 | http://epydoc.sourceforge.net |