|
Fawkes API
Fawkes Development Version
|
Thread aspect create, update, and graph round-robin databases (RRD). More...
#include <>>

Public Member Functions | |
| RRDAspect () | |
| Constructor. More... | |
| virtual | ~RRDAspect () |
| Virtual empty destructor. More... | |
Public Member Functions inherited from fawkes::Aspect | |
| const std::list< const char * > & | get_aspects () const |
| Get list of aspect names attached to a aspected thread. More... | |
Protected Attributes | |
| RRDManager * | rrd_manager |
| Manager class to access RRD features. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from fawkes::Aspect | |
| void | add_aspect (const char *name) |
| Add an aspect to a thread. More... | |
Thread aspect create, update, and graph round-robin databases (RRD).
Give this aspect to your thread to create, update, and graph round-robin databases produced by rrdtool.
| fawkes::RRDAspect::RRDAspect | ( | ) |
|
virtual |
|
protected |
Manager class to access RRD features.
It will take care of properly distributing the work.
Definition at line 44 of file rrd.h.
Referenced by MongoRRDThread::finalize(), ProcRRDThread::finalize(), RRDExampleThread::finalize(), MongoRRDThread::init(), ProcRRDThread::init(), RRDExampleThread::init(), MongoRRDThread::loop(), ProcRRDThread::loop(), and RRDExampleThread::loop().