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:
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
FieldsFields inherited from class org.HdrHistogram.DoubleHistogram
integerValuesHistogram -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateInternalConcurrentDoubleHistogram(long id, int numberOfSignificantValueDigits) privateInternalConcurrentDoubleHistogram(long id, long highestToLowestValueRatio, int numberOfSignificantValueDigits) private -
Method Summary
Methods inherited from class org.HdrHistogram.ConcurrentDoubleHistogram
decodeFromByteBuffer, decodeFromCompressedByteBufferMethods 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
-
Field Details
-
containingInstanceId
private final long containingInstanceId
-
-
Constructor Details
-
InternalConcurrentDoubleHistogram
private InternalConcurrentDoubleHistogram(long id, int numberOfSignificantValueDigits) -
InternalConcurrentDoubleHistogram
private InternalConcurrentDoubleHistogram(long id, long highestToLowestValueRatio, int numberOfSignificantValueDigits) -
InternalConcurrentDoubleHistogram
-