#include <StatsSource.h>
Inheritance diagram for StatsSource:
Public Member Functions | |
virtual | ~StatsSource () |
virtual void | writeStats (StatsTarget &target)=0 |
Writes a current stats snapshot to a StatsTarget. |
Definition at line 35 of file StatsSource.h.
StatsSource::~StatsSource | ( | ) | [virtual] |
virtual void StatsSource::writeStats | ( | StatsTarget & | target | ) | [pure virtual] |
Writes a current stats snapshot to a StatsTarget.
target | receives the stats |
Implemented in Cache, Database, and ExecStreamGovernor.