Interface Stat

All Superinterfaces:
Serializable
All Known Implementing Classes:
StatImpl

public interface Stat extends Serializable
  • Method Details

    • getType

      String getType()
    • getName

      String getName()
    • getFullName

      String getFullName()
    • getLeapsCount

      long getLeapsCount()
    • getMinTimeMs

      double getMinTimeMs()
    • getMinTimeSampleMs

      double getMinTimeSampleMs()
    • getMaxTimeMs

      double getMaxTimeMs()
    • getMaxTimeSampleMs

      double getMaxTimeSampleMs()
    • getLeapTimeMs

      double getLeapTimeMs()
    • getAvgTimeMs

      double getAvgTimeMs()
    • getAvgTimeSampleMs

      double getAvgTimeSampleMs()
    • getTotalTimeMs

      double getTotalTimeMs()
    • getFailedLeapsCount

      long getFailedLeapsCount()
    • getPeersCount

      long getPeersCount()
    • reset

      void reset()