MediaWiki REL1_30
|
MediaWiki adaptation of StatsdDataFactory that provides buffering functionality. More...
Public Member Functions | |
getData () | |
Return data from the factory. | |
hasData () | |
Check whether this data factory has any data. | |
setEnabled ( $enabled) | |
Set collection enable status. | |
MediaWiki adaptation of StatsdDataFactory that provides buffering functionality.
Definition at line 10 of file IBufferingStatsdDataFactory.php.
IBufferingStatsdDataFactory::getData | ( | ) |
Return data from the factory.
Implemented in BufferingStatsdDataFactory, and NullStatsdDataFactory.
IBufferingStatsdDataFactory::hasData | ( | ) |
Check whether this data factory has any data.
Implemented in BufferingStatsdDataFactory, and NullStatsdDataFactory.
IBufferingStatsdDataFactory::setEnabled | ( | $enabled | ) |
Set collection enable status.
bool | $enabled | Will collection be enabled? |
Implemented in BufferingStatsdDataFactory, and NullStatsdDataFactory.