Class Metrics.SimplePie

    • Constructor Summary

      Constructors 
      Constructor Description
      SimplePie​(java.lang.String chartId, java.util.concurrent.Callable<java.lang.String> callable)
      Class constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SimplePie

        public SimplePie​(java.lang.String chartId,
                         java.util.concurrent.Callable<java.lang.String> callable)
        Class constructor.
        Parameters:
        chartId - The id of the chart.
        callable - The callable which is used to request the chart data.