Class CombinedMetricData.StatisticValue
java.lang.Object
com.arpnetworking.clusteraggregator.models.CombinedMetricData.StatisticValue
- Enclosing class:
- CombinedMetricData
Representation of a computed statistic and related data.
- Author:
- Brandon Arp (brandon dot arp at inscopemetrics dot com)
-
Constructor Summary
ConstructorsConstructorDescriptionStatisticValue
(CalculatedValue<?> value, boolean userSpecified) Public constructor. -
Method Summary
-
Constructor Details
-
StatisticValue
Public constructor.- Parameters:
value
- The calculated value.userSpecified
- Whether the statistic is desired as output.
-
-
Method Details
-
getUserSpecified
-
getValue
-