Class PercentileDescriptor
java.lang.Object
com.illumon.iris.web.shared.batch.aggregates.PercentileDescriptor
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoublevoidsetAvgMedian(boolean avgMedian) voidsetPercentile(double percentile) toString()
-
Constructor Details
-
PercentileDescriptor
public PercentileDescriptor() -
PercentileDescriptor
public PercentileDescriptor(double percentile, boolean avgMedian)
-
-
Method Details