Class AbstractStatistic

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String key
      Key to report the statistic with.
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractStatistic​(java.lang.String key)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Get the key of this statistic.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • key

        java.lang.String key
        Key to report the statistic with.
    • Constructor Detail

      • AbstractStatistic

        public AbstractStatistic​(java.lang.String key)
        Constructor.
        Parameters:
        key - Tracking key
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Description copied from interface: Statistic
        Get the key of this statistic.
        Specified by:
        getKey in interface Statistic
        Returns:
        Key
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object