Package 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. Deprecated - unused - to be removed. Not for external use - not a public API.
  • Constructor Details

  • Method Details

    • addData

      public void addData(String scope, String stat, long value, long duration)
      Specified by:
      addData in interface StatLog