org.HdrHistogram
Class HistogramIterationValue

java.lang.Object
  extended by org.HdrHistogram.HistogramIterationValue

public class HistogramIterationValue
extends Object

Represents a value point iterated through in a Histogram, with associated stats.


Method Summary
 long getCountAddedInThisIterationStep()
           
 long getCountAtValueIteratedTo()
           
 double getPercentile()
           
 double getPercentileLevelIteratedTo()
           
 long getTotalCountToThisValue()
           
 long getTotalValueToThisValue()
           
 long getValueIteratedFrom()
           
 long getValueIteratedTo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getValueIteratedTo

public long getValueIteratedTo()

getValueIteratedFrom

public long getValueIteratedFrom()

getCountAtValueIteratedTo

public long getCountAtValueIteratedTo()

getCountAddedInThisIterationStep

public long getCountAddedInThisIterationStep()

getTotalCountToThisValue

public long getTotalCountToThisValue()

getTotalValueToThisValue

public long getTotalValueToThisValue()

getPercentile

public double getPercentile()

getPercentileLevelIteratedTo

public double getPercentileLevelIteratedTo()


Copyright © 2014. All rights reserved.