Package org.HdrHistogram
Class DoubleRecorder.PackedInternalConcurrentDoubleHistogram
java.lang.Object
org.HdrHistogram.EncodableHistogram
org.HdrHistogram.DoubleHistogram
org.HdrHistogram.ConcurrentDoubleHistogram
org.HdrHistogram.PackedConcurrentDoubleHistogram
org.HdrHistogram.DoubleRecorder.PackedInternalConcurrentDoubleHistogram
- All Implemented Interfaces:
Serializable,DoubleValueRecorder
- Enclosing class:
DoubleRecorder
private static class DoubleRecorder.PackedInternalConcurrentDoubleHistogram
extends PackedConcurrentDoubleHistogram
-
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
ConstructorsModifierConstructorDescriptionprivatePackedInternalConcurrentDoubleHistogram(long id, int numberOfSignificantValueDigits) -
Method Summary
Methods inherited from class org.HdrHistogram.PackedConcurrentDoubleHistogram
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
-
PackedInternalConcurrentDoubleHistogram
private PackedInternalConcurrentDoubleHistogram(long id, int numberOfSignificantValueDigits)
-