Class Histogram<T>
java.lang.Object
com.evolveum.midpoint.util.histogram.Histogram<T>
-
Constructor Details
-
Histogram
public Histogram(int step, int maxLength)
-
-
Method Details
-
register
-
getStep
public int getStep() -
getMaxLength
public int getMaxLength() -
getEntries
-
getMinValue
public long getMinValue() -
getMaxValue
public long getMaxValue() -
getTotalValue
public long getTotalValue() -
getItems
public int getItems() -
dump
-