Uses of Class
org.HdrHistogram.Histogram
-
Packages that use Histogram Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of Histogram in org.HdrHistogram
Subclasses of Histogram in org.HdrHistogram Modifier and Type Class Description classAtomicHistogramA High Dynamic Range (HDR) Histogram using atomiclongcount typeclassConcurrentHistogramAn integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.classPackedConcurrentHistogramAn integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.classPackedHistogramA High Dynamic Range (HDR) Histogram that uses a packed internal representationprivate static classRecorder.InternalAtomicHistogramprivate static classRecorder.InternalConcurrentHistogramprivate static classRecorder.InternalPackedConcurrentHistogramprivate static classSingleWriterRecorder.InternalHistogramprivate static classSingleWriterRecorder.PackedInternalHistogramclassSynchronizedHistogramAn integer values High Dynamic Range (HDR) Histogram that is synchronized as a wholeFields in org.HdrHistogram declared as Histogram Modifier and Type Field Description private HistogramRecorder. activeHistogramprivate HistogramSingleWriterRecorder. activeHistogramprivate HistogramRecorder. inactiveHistogramprivate HistogramSingleWriterRecorder. inactiveHistogramMethods in org.HdrHistogram that return Histogram Modifier and Type Method Description HistogramHistogram. copy()HistogramHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)static HistogramHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a ByteBuffer.static HistogramHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static HistogramHistogram. fromString(java.lang.String base64CompressedHistogramString)Construct a new Histogram by decoding it from a String containing a base64 encoded compressed histogram representation.HistogramRecorder. getIntervalHistogram()Get a new instance of an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.HistogramRecorder. getIntervalHistogram(Histogram histogramToRecycle)Get an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.HistogramRecorder. getIntervalHistogram(Histogram histogramToRecycle, boolean enforeContainingInstance)Get an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.HistogramSingleWriterRecorder. getIntervalHistogram()Get a new instance of an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.HistogramSingleWriterRecorder. getIntervalHistogram(Histogram histogramToRecycle)Get an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.HistogramSingleWriterRecorder. getIntervalHistogram(Histogram histogramToRecycle, boolean enforeContainingInstance)Get an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.Methods in org.HdrHistogram with parameters of type Histogram Modifier and Type Method Description HistogramRecorder. getIntervalHistogram(Histogram histogramToRecycle)Get an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.HistogramRecorder. getIntervalHistogram(Histogram histogramToRecycle, boolean enforeContainingInstance)Get an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.HistogramSingleWriterRecorder. getIntervalHistogram(Histogram histogramToRecycle)Get an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.HistogramSingleWriterRecorder. getIntervalHistogram(Histogram histogramToRecycle, boolean enforeContainingInstance)Get an interval histogram, which will include a stable, consistent view of all value counts accumulated since the last interval histogram was taken.voidRecorder. getIntervalHistogramInto(Histogram targetHistogram)Place a copy of the value counts accumulated since accumulated (since the last interval histogram was taken) intotargetHistogram.voidSingleWriterRecorder. getIntervalHistogramInto(Histogram targetHistogram)Place a copy of the value counts accumulated since accumulated (since the last interval histogram was taken) intotargetHistogram.private voidRecorder. validateFitAsReplacementHistogram(Histogram replacementHistogram, boolean enforeContainingInstance)private voidSingleWriterRecorder. validateFitAsReplacementHistogram(Histogram replacementHistogram, boolean enforeContainingInstance)
-