net.i2p.stat
Class BufferedStatLog
java.lang.Object
net.i2p.stat.BufferedStatLog
- All Implemented Interfaces:
- StatLog
public class BufferedStatLog
- extends Object
- implements StatLog
Note - if no filter is defined in stat.logFilters at startup, this class will not
be instantiated - see StatManager.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedStatLog
public BufferedStatLog(I2PAppContext ctx)
addData
public void addData(String scope,
String stat,
long value,
long duration)
- Specified by:
addData
in interface StatLog