Class TimeMetric<T>


  • public class TimeMetric<T>
    extends java.lang.Object
    Created by Josh Gontijo on 7/9/17.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TimeMetric.Serie  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeMetric​(java.lang.String name, long frequency, java.util.function.Supplier<T> supplier)  
    • Method Summary

      Modifier and Type Method Description
      RingBuffer<TimeMetric.Serie> getData()  
      void update()  
      • Methods inherited from class java.lang.Object

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

      • TimeMetric

        public TimeMetric​(java.lang.String name,
                          long frequency,
                          java.util.function.Supplier<T> supplier)