3use Liuggio\StatsdClient\Entity\StatsdData;
4use Liuggio\StatsdClient\Factory\StatsdDataFactoryInterface;
MediaWiki adaptation of StatsdDataFactory that provides buffering functionality.
hasData()
Check whether this data factory has any buffered data.
clearData()
Clear all buffered data from the factory.
setEnabled( $enabled)
Set collection enable status.
getData()
Return the buffered data from the factory.
getDataCount()
Return the number of buffered statsd data entries.