Package tigase.stats

Class CounterValue

    • Field Detail

      • level

        protected final Level level
      • counter

        protected long counter
    • Constructor Detail

      • CounterValue

        public CounterValue​(String name,
                            Level level)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • inc

        public void inc()
      • getLevel

        public Level getLevel()
      • getValue

        public long getValue()