Package org.HdrHistogram
Class DoubleRecorder.InternalConcurrentDoubleHistogram
- java.lang.Object
-
- org.HdrHistogram.EncodableHistogram
-
- org.HdrHistogram.DoubleHistogram
-
- org.HdrHistogram.ConcurrentDoubleHistogram
-
- org.HdrHistogram.DoubleRecorder.InternalConcurrentDoubleHistogram
-
- All Implemented Interfaces:
java.io.Serializable
,DoubleValueRecorder
- Enclosing class:
- DoubleRecorder
private class DoubleRecorder.InternalConcurrentDoubleHistogram extends ConcurrentDoubleHistogram
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.HdrHistogram.DoubleHistogram
DoubleHistogram.AllValues, DoubleHistogram.LinearBucketValues, DoubleHistogram.LogarithmicBucketValues, DoubleHistogram.Percentiles, DoubleHistogram.RecordedValues
-
-
Field Summary
Fields Modifier and Type Field Description private long
containingInstanceId
-
Fields inherited from class org.HdrHistogram.DoubleHistogram
integerValuesHistogram
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalConcurrentDoubleHistogram(long id, int numberOfSignificantValueDigits)
private
InternalConcurrentDoubleHistogram(long id, long highestToLowestValueRatio, int numberOfSignificantValueDigits)
private
InternalConcurrentDoubleHistogram(DoubleRecorder.InternalConcurrentDoubleHistogram source)
-
Method Summary
-
Methods inherited from class org.HdrHistogram.DoubleHistogram
add, addWhileCorrectingForCoordinatedOmission, allValues, copy, copyCorrectedForCoordinatedOmission, copyInto, copyIntoCorrectedForCoordinatedOmission, decodeFromByteBuffer, decodeFromByteBuffer, decodeFromCompressedByteBuffer, decodeFromCompressedByteBuffer, encodeIntoByteBuffer, encodeIntoCompressedByteBuffer, encodeIntoCompressedByteBuffer, equals, getCountAtValue, getCountBetweenValues, getCurrentHighestTrackableValue, getCurrentLowestTrackableNonZeroValue, getDoubleToIntegerValueConversionRatio, getEndTimeStamp, getEstimatedFootprintInBytes, getHighestToLowestValueRatio, getIntegerToDoubleValueConversionRatio, getMaxValue, getMaxValueAsDouble, getMean, getMinNonZeroValue, getMinValue, getNeededByteBufferCapacity, getNumberOfSignificantValueDigits, getPercentileAtOrBelowValue, getStartTimeStamp, getStdDeviation, getTag, getTotalCount, getValueAtPercentile, hashCode, highestEquivalentValue, isAutoResize, isDoubleHistogramCookie, linearBucketValues, logarithmicBucketValues, lowestEquivalentValue, medianEquivalentValue, nextNonEquivalentValue, outputPercentileDistribution, outputPercentileDistribution, outputPercentileDistribution, percentiles, recordedValues, recordValue, recordValueWithCount, recordValueWithExpectedInterval, reset, setAutoResize, setEndTimeStamp, setStartTimeStamp, setTag, sizeOfEquivalentValueRange, subtract, valuesAreEquivalent
-
-
-
-
Constructor Detail
-
InternalConcurrentDoubleHistogram
private InternalConcurrentDoubleHistogram(long id, int numberOfSignificantValueDigits)
-
InternalConcurrentDoubleHistogram
private InternalConcurrentDoubleHistogram(long id, long highestToLowestValueRatio, int numberOfSignificantValueDigits)
-
InternalConcurrentDoubleHistogram
private InternalConcurrentDoubleHistogram(DoubleRecorder.InternalConcurrentDoubleHistogram source)
-
-