Class PollCountStatisticImpl

    • Constructor Detail

      • PollCountStatisticImpl

        public PollCountStatisticImpl​(String name,
                                      String description)
      • PollCountStatisticImpl

        public PollCountStatisticImpl​(String name,
                                      String unit,
                                      String description)
    • Method Detail

      • getPeriod

        public double getPeriod()
        Returns:
        the average time period that elapses between counter increments since the last reset.
      • getFrequency

        public double getFrequency()
        Returns:
        the number of times per second that the counter is incrementing since the last reset.