Interface CallerCount

All Known Implementing Classes:
CallerCountImpl

public interface CallerCount
  • Method Details

    • getHash

      String getHash()
    • getCaller

      List<String> getCaller()
    • getCount

      long getCount()
    • incCount

      long incCount()
    • getTotalTime

      long getTotalTime()
    • addTime

      long addTime(long time)