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 static 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 longcontainingInstanceId-
Fields inherited from class org.HdrHistogram.DoubleHistogram
integerValuesHistogram
-
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalConcurrentDoubleHistogram(long id, int numberOfSignificantValueDigits)privateInternalConcurrentDoubleHistogram(long id, long highestToLowestValueRatio, int numberOfSignificantValueDigits)privateInternalConcurrentDoubleHistogram(DoubleRecorder.InternalConcurrentDoubleHistogram source)
-
Method Summary
-
Methods inherited from class org.HdrHistogram.ConcurrentDoubleHistogram
decodeFromByteBuffer, decodeFromCompressedByteBuffer
-
Methods inherited from class org.HdrHistogram.DoubleHistogram
add, addWhileCorrectingForCoordinatedOmission, allValues, constructHistogramFromBuffer, copy, copyCorrectedForCoordinatedOmission, copyInto, copyIntoCorrectedForCoordinatedOmission, decodeFromByteBuffer, decodeFromCompressedByteBuffer, encodeIntoByteBuffer, encodeIntoCompressedByteBuffer, encodeIntoCompressedByteBuffer, equals, fromString, 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, isCompressedDoubleHistogramCookie, isDoubleHistogramCookie, isNonCompressedDoubleHistogramCookie, 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)
-
-