| Class | Description |
|---|---|
| DatabaseHandler |
The class
DatabaseHandler is responsible for: - creating database for closed flows - storing closed flows to the database - closing the database and reopening a new one when the database achieve a certain size It is intended to run in its own thread. |