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... | |
![]() | |
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... | |
Friends | |
class | RRDAspectIniFin |
Additional Inherited Members | |
![]() | |
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 45 of file rrd.h.
Referenced by RRDExampleThread::finalize(), ProcRRDThread::finalize(), MongoRRDThread::finalize(), RRDExampleThread::init(), RRDWebThread::init(), ProcRRDThread::init(), MongoRRDThread::init(), RRDExampleThread::loop(), ProcRRDThread::loop(), MongoRRDThread::loop(), and ~RRDAspect().