Class EventCounter


  • public class EventCounter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EventCounter​(int maxSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void countEvent()  
      long getNumberOfEvents​(int historyMinutes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventCounter

        public EventCounter​(int maxSize)
    • Method Detail

      • countEvent

        public void countEvent()
      • getNumberOfEvents

        public long getNumberOfEvents​(int historyMinutes)