Package net.i2p.stat

Interface StatLog

All Known Implementing Classes:
BufferedStatLog

public interface StatLog
Component to be notified when a particular event occurs
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addData(String scope, String stat, long value, long duration)
     
  • Method Details

    • addData

      void addData(String scope, String stat, long value, long duration)