MediaWiki
1.30.0
|
MediaWiki adaptation of StatsdDataFactory that provides buffering functionality. More...
Public Member Functions | |
getData () | |
Return data from the factory. More... | |
hasData () | |
Check whether this data factory has any data. More... | |
setEnabled ( $enabled) | |
Set collection enable status. More... | |
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 NullStatsdDataFactory, and BufferingStatsdDataFactory.
IBufferingStatsdDataFactory::hasData | ( | ) |
Check whether this data factory has any data.
Implemented in NullStatsdDataFactory, and BufferingStatsdDataFactory.
IBufferingStatsdDataFactory::setEnabled | ( | $enabled | ) |
Set collection enable status.
bool | $enabled | Will collection be enabled? |
Implemented in NullStatsdDataFactory, and BufferingStatsdDataFactory.