Class ImmutableHistogram


  • public class ImmutableHistogram
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ImmutableHistogram​(org.HdrHistogram.AbstractHistogram histogram)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long maxValue()  
      double mean()  
      long minValue()  
      java.util.Map<java.lang.String,​java.lang.Object> toMap()  
      long valueAtPercentile​(double percentile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImmutableHistogram

        public ImmutableHistogram​(org.HdrHistogram.AbstractHistogram histogram)
    • Method Detail

      • minValue

        public long minValue()
      • mean

        public double mean()
      • maxValue

        public long maxValue()
      • valueAtPercentile

        public long valueAtPercentile​(double percentile)
      • toMap

        public java.util.Map<java.lang.String,​java.lang.Object> toMap()