Class ProcessingStatistic

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.Double get​(java.lang.String key)
      Gets the statistic value
      int hashCode()  
      boolean isEmpty()
      Check if the statistic if empty
      java.util.Set<java.lang.String> keySet()
      Returns the statistic key set
      java.lang.Double put​(java.lang.String key, java.lang.Double value)
      Put a statistic value
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProcessingStatistic

        public ProcessingStatistic()
        Constructor
      • ProcessingStatistic

        public ProcessingStatistic​(IProcessingStatistic processingStatistic)
        Constructor
        Parameters:
        processingStatistic - the processing statistic
    • Method Detail

      • put

        public java.lang.Double put​(java.lang.String key,
                                    java.lang.Double value)
        Put a statistic value
        Parameters:
        key - the key
        value - the statistic value
        Returns:
        the previous set statistic value; otherwise null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • toString

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