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

Public Member Functions | |
| RRDAspect () | |
| Constructor. | |
| virtual | ~RRDAspect () |
| Virtual empty destructor. | |
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. | |
Protected Attributes | |
| RRDManager * | rrd_manager |
| Manager class to access RRD features. | |
Friends | |
| class | RRDAspectIniFin |
Additional Inherited Members | |
Protected Member Functions inherited from fawkes::Aspect | |
| void | add_aspect (const char *name) |
| Add an aspect to a thread. | |
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.
|
virtual |
|
protected |
Manager class to access RRD features.
It will take care of properly distributing the work.
Definition at line 45 of file rrd.h.
Referenced by RRDExampleThread::finalize(), RRDExampleThread::init(), RRDWebThread::init(), and RRDExampleThread::loop().