Class AbstractPushRepository.StatisticsImpl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StatisticsImpl​(java.lang.String provider)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.String> getCounterNames()  
      java.util.Map<java.lang.String,​java.lang.Integer> getCounters()  
      int getCounterValue​(java.lang.String name)  
      protected void setCounterValue​(java.lang.String name, int value)  
      • Methods inherited from class java.lang.Object

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

      • StatisticsImpl

        protected StatisticsImpl​(java.lang.String provider)