Package net.i2p.stat

Class 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 Detail

    • Method Detail

      • addData

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