AnyCollect
1.1.2
|
Abstract delegate of Controller. More...
#include <Controller.h>
Public Member Functions | |
virtual void | contollerCollectedMetrics (const Controller &controller, const std::vector< const Metric *> &metrics)=0 |
Function called every time the Controller has collected metrics. More... | |
virtual bool | contollerShouldStopCollectingMetrics (const Controller &controller)=0 |
Function called after each iteration to ask the delegate whether the controller should stop collecting metrics. More... | |
Abstract delegate of Controller.
Each function is called when the Controller has done something of importance
Definition at line 142 of file Controller.h.
|
pure virtual |
Function called every time the Controller has collected metrics.
controller | the calling Controller |
metrics | latest collected metrics |
Implemented in AnyCollect::SnapInterface, and AnyCollectValues.
|
pure virtual |
Function called after each iteration to ask the delegate whether the controller should stop collecting metrics.
controller | the calling Controller |
Implemented in AnyCollect::SnapInterface, and AnyCollectValues.