Uses of Class
wavefront.report.HistogramType
-
Packages that use HistogramType Package Description wavefront.report -
-
Uses of HistogramType in wavefront.report
Fields in wavefront.report declared as HistogramType Modifier and Type Field Description HistogramTypeHistogram. typeDeprecated.Methods in wavefront.report that return HistogramType Modifier and Type Method Description HistogramTypeHistogram.Builder. getType()Gets the value of the 'type' field.HistogramTypeHistogram. getType()Gets the value of the 'type' field.static HistogramTypeHistogramType. valueOf(String name)Returns the enum constant of this type with the specified name.static HistogramType[]HistogramType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in wavefront.report with parameters of type HistogramType Modifier and Type Method Description Histogram.BuilderHistogram.Builder. setType(HistogramType value)Sets the value of the 'type' field.voidHistogram. setType(HistogramType value)Sets the value of the 'type' field.Constructors in wavefront.report with parameters of type HistogramType Constructor Description Histogram(Integer duration, HistogramType type, List<Double> bins, List<Integer> counts)All-args constructor.
-