Class CombinedMetricData.StatisticValue

java.lang.Object
com.arpnetworking.clusteraggregator.models.CombinedMetricData.StatisticValue
Enclosing class:
CombinedMetricData

public static class CombinedMetricData.StatisticValue extends Object
Representation of a computed statistic and related data.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot com)
  • Constructor Details

    • StatisticValue

      public StatisticValue(CalculatedValue<?> value, boolean userSpecified)
      Public constructor.
      Parameters:
      value - The calculated value.
      userSpecified - Whether the statistic is desired as output.
  • Method Details