- absolute - Variable in class org.HdrHistogram.HistogramLogReader
-
- AbstractHistogram - Class in org.HdrHistogram
-
An abstract base class for integer values High Dynamic Range (HDR) Histograms
- AbstractHistogram(int) - Constructor for class org.HdrHistogram.AbstractHistogram
-
Construct an auto-resizing histogram with a lowest discernible value of 1 and an auto-adjusting
highestTrackableValue.
- AbstractHistogram(long, long, int) - Constructor for class org.HdrHistogram.AbstractHistogram
-
Construct a histogram given the Lowest and Highest values to be tracked and a number of significant
decimal digits.
- AbstractHistogram(AbstractHistogram) - Constructor for class org.HdrHistogram.AbstractHistogram
-
Construct a histogram with the same range settings as a given source histogram,
duplicating the source's start/end timestamps (but NOT it's contents)
- AbstractHistogram.AllValues - Class in org.HdrHistogram
-
- AbstractHistogram.LinearBucketValues - Class in org.HdrHistogram
-
- AbstractHistogram.LogarithmicBucketValues - Class in org.HdrHistogram
-
- AbstractHistogram.Percentiles - Class in org.HdrHistogram
-
- AbstractHistogram.RecordedValues - Class in org.HdrHistogram
-
- AbstractHistogramBase - Class in org.HdrHistogram
-
This non-public AbstractHistogramBase super-class separation is meant to bunch "cold" fields
separately from "hot" fields, in an attempt to force the JVM to place the (hot) fields
commonly used in the value recording code paths close together.
- AbstractHistogramBase() - Constructor for class org.HdrHistogram.AbstractHistogramBase
-
- AbstractHistogramIterator - Class in org.HdrHistogram
-
Used for iterating through histogram values.
- AbstractHistogramIterator() - Constructor for class org.HdrHistogram.AbstractHistogramIterator
-
- activeCounts - Variable in class org.HdrHistogram.ConcurrentHistogram
-
- activeHistogram - Variable in class org.HdrHistogram.DoubleRecorder
-
- activeHistogram - Variable in class org.HdrHistogram.Recorder
-
- activeHistogram - Variable in class org.HdrHistogram.SingleWriterDoubleRecorder
-
- activeHistogram - Variable in class org.HdrHistogram.SingleWriterRecorder
-
- add(AbstractHistogram) - Method in class org.HdrHistogram.AbstractHistogram
-
Add the contents of another histogram to this one.
- add(DoubleHistogram) - Method in class org.HdrHistogram.DoubleHistogram
-
Add the contents of another histogram to this one.
- add(DoubleHistogram) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- add(AbstractHistogram) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- addToCountAtIndex(int, long) - Method in class org.HdrHistogram.AbstractHistogram
-
- addToCountAtIndex(int, long) - Method in class org.HdrHistogram.AtomicHistogram
-
- addToCountAtIndex(int, long) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- addToCountAtIndex(int, long) - Method in class org.HdrHistogram.Histogram
-
- addToCountAtIndex(int, long) - Method in class org.HdrHistogram.IntCountsHistogram
-
- addToCountAtIndex(int, long) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- addToTotalCount(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- addToTotalCount(long) - Method in class org.HdrHistogram.AtomicHistogram
-
- addToTotalCount(long) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- addToTotalCount(long) - Method in class org.HdrHistogram.Histogram
-
- addToTotalCount(long) - Method in class org.HdrHistogram.IntCountsHistogram
-
- addToTotalCount(long) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- addWhileCorrectingForCoordinatedOmission(AbstractHistogram, long) - Method in class org.HdrHistogram.AbstractHistogram
-
Add the contents of another histogram to this one, while correcting the incoming data for coordinated omission.
- addWhileCorrectingForCoordinatedOmission(DoubleHistogram, double) - Method in class org.HdrHistogram.DoubleHistogram
-
Add the contents of another histogram to this one, while correcting the incoming data for coordinated omission.
- addWhileCorrectingForCoordinatedOmission(DoubleHistogram, double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- addWhileCorrectingForCoordinatedOmission(AbstractHistogram, long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- allowGet() - Method in class org.HdrHistogram.HistogramLogScanner.LazyHistogramReader
-
- allTags - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
-
- allValues() - Method in class org.HdrHistogram.AbstractHistogram
-
Provide a means of iterating through all histogram values using the finest granularity steps supported by
the underlying representation.
- AllValues(AbstractHistogram) - Constructor for class org.HdrHistogram.AbstractHistogram.AllValues
-
- allValues() - Method in class org.HdrHistogram.DoubleHistogram
-
Provide a means of iterating through all histogram values using the finest granularity steps supported by
the underlying representation.
- AllValues(DoubleHistogram) - Constructor for class org.HdrHistogram.DoubleHistogram.AllValues
-
- allValues() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- allValues() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- AllValuesIterator - Class in org.HdrHistogram
-
Used for iterating through histogram values using the finest granularity steps supported by the underlying
representation.
- AllValuesIterator(AbstractHistogram) - Constructor for class org.HdrHistogram.AllValuesIterator
-
- arrayTotalCount - Variable in class org.HdrHistogram.AbstractHistogramIterator
-
- AtomicHistogram - Class in org.HdrHistogram
-
A High Dynamic Range (HDR) Histogram using atomic long
count type
- AtomicHistogram(long, int) - Constructor for class org.HdrHistogram.AtomicHistogram
-
Construct a AtomicHistogram given the Highest value to be tracked and a number of significant decimal digits.
- AtomicHistogram(long, long, int) - Constructor for class org.HdrHistogram.AtomicHistogram
-
Construct a AtomicHistogram given the Lowest and Highest values to be tracked and a number of significant
decimal digits.
- AtomicHistogram(AbstractHistogram) - Constructor for class org.HdrHistogram.AtomicHistogram
-
Construct a histogram with the same range settings as a given source histogram,
duplicating the source's start/end timestamps (but NOT it's contents)
- AtomicLongArrayWithNormalizingOffset(int, int) - Constructor for class org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset
-
- autoAdjustRangeForValue(double) - Method in class org.HdrHistogram.DoubleHistogram
-
- autoAdjustRangeForValueSlowPath(double) - Method in class org.HdrHistogram.DoubleHistogram
-
- autoResize - Variable in class org.HdrHistogram.AbstractHistogramBase
-
- autoResize - Variable in class org.HdrHistogram.DoubleHistogram
-
- clearCounts() - Method in class org.HdrHistogram.AbstractHistogram
-
- clearCounts() - Method in class org.HdrHistogram.AtomicHistogram
-
- clearCounts() - Method in class org.HdrHistogram.ConcurrentHistogram
-
- clearCounts() - Method in class org.HdrHistogram.Histogram
-
- clearCounts() - Method in class org.HdrHistogram.IntCountsHistogram
-
- clearCounts() - Method in class org.HdrHistogram.ShortCountsHistogram
-
- close() - Method in class org.HdrHistogram.HistogramLogReader
-
- close() - Method in class org.HdrHistogram.HistogramLogScanner
-
Close underlying scanner.
- close() - Method in class org.HdrHistogram.HistogramLogWriter
-
Closes the file or output stream for this log writer.
- compressedEncodingCookieBase - Static variable in class org.HdrHistogram.AbstractHistogram
-
- ConcurrentDoubleHistogram - Class in org.HdrHistogram
-
A floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording
operations.
- ConcurrentDoubleHistogram(int) - Constructor for class org.HdrHistogram.ConcurrentDoubleHistogram
-
Construct a new auto-resizing DoubleHistogram using a precision stated as a number of significant decimal
digits.
- ConcurrentDoubleHistogram(long, int) - Constructor for class org.HdrHistogram.ConcurrentDoubleHistogram
-
Construct a new DoubleHistogram with the specified dynamic range (provided in highestToLowestValueRatio
)
and using a precision stated as a number of significant decimal digits.
- ConcurrentDoubleHistogram(DoubleHistogram) - Constructor for class org.HdrHistogram.ConcurrentDoubleHistogram
-
Construct a
ConcurrentDoubleHistogram
with the same range settings as a given source,
duplicating the source's start/end timestamps (but NOT it's contents)
- ConcurrentHistogram - Class in org.HdrHistogram
-
An integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.
- ConcurrentHistogram(int) - Constructor for class org.HdrHistogram.ConcurrentHistogram
-
Construct an auto-resizing ConcurrentHistogram with a lowest discernible value of 1 and an auto-adjusting
highestTrackableValue.
- ConcurrentHistogram(long, int) - Constructor for class org.HdrHistogram.ConcurrentHistogram
-
Construct a ConcurrentHistogram given the Highest value to be tracked and a number of significant decimal digits.
- ConcurrentHistogram(long, long, int) - Constructor for class org.HdrHistogram.ConcurrentHistogram
-
Construct a ConcurrentHistogram given the Lowest and Highest values to be tracked and a number of significant
decimal digits.
- ConcurrentHistogram(AbstractHistogram) - Constructor for class org.HdrHistogram.ConcurrentHistogram
-
Construct a histogram with the same range settings as a given source histogram,
duplicating the source's start/end timestamps (but NOT it's contents)
- ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset - Class in org.HdrHistogram
-
- config - Variable in class org.HdrHistogram.HistogramLogProcessor
-
- configuredHighestToLowestValueRatio - Variable in class org.HdrHistogram.DoubleHistogram
-
- constructHistogramFromBuffer(int, ByteBuffer, Class<? extends AbstractHistogram>, long) - Static method in class org.HdrHistogram.DoubleHistogram
-
- constructionIdentityCount - Static variable in class org.HdrHistogram.AbstractHistogramBase
-
- constructorArgsTypes - Static variable in class org.HdrHistogram.AbstractHistogram
-
- containingInstanceId - Variable in class org.HdrHistogram.DoubleRecorder.InternalConcurrentDoubleHistogram
-
- containingInstanceId - Variable in class org.HdrHistogram.Recorder.InternalAtomicHistogram
-
- containingInstanceId - Variable in class org.HdrHistogram.Recorder.InternalConcurrentHistogram
-
- containingInstanceId - Variable in class org.HdrHistogram.SingleWriterDoubleRecorder.InternalDoubleHistogram
-
- containingInstanceId - Variable in class org.HdrHistogram.SingleWriterRecorder.InternalHistogram
-
- containsDelimeterMatcher - Variable in class org.HdrHistogram.HistogramLogWriter
-
- containsDelimeterPattern - Static variable in class org.HdrHistogram.HistogramLogWriter
-
- copy() - Method in class org.HdrHistogram.AbstractHistogram
-
Create a copy of this histogram, complete with data and everything.
- copy() - Method in class org.HdrHistogram.AtomicHistogram
-
- copy() - Method in class org.HdrHistogram.ConcurrentHistogram
-
- copy() - Method in class org.HdrHistogram.DoubleHistogram
-
Create a copy of this histogram, complete with data and everything.
- copy() - Method in class org.HdrHistogram.Histogram
-
- copy() - Method in class org.HdrHistogram.IntCountsHistogram
-
- copy() - Method in class org.HdrHistogram.ShortCountsHistogram
-
- copy() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- copy() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- copyCorrectedForCoordinatedOmission(long) - Method in class org.HdrHistogram.AbstractHistogram
-
Get a copy of this histogram, corrected for coordinated omission.
- copyCorrectedForCoordinatedOmission(long) - Method in class org.HdrHistogram.AtomicHistogram
-
- copyCorrectedForCoordinatedOmission(long) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- copyCorrectedForCoordinatedOmission(double) - Method in class org.HdrHistogram.DoubleHistogram
-
Get a copy of this histogram, corrected for coordinated omission.
- copyCorrectedForCoordinatedOmission(long) - Method in class org.HdrHistogram.Histogram
-
- copyCorrectedForCoordinatedOmission(EncodableHistogram) - Method in class org.HdrHistogram.HistogramLogProcessor
-
- copyCorrectedForCoordinatedOmission(long) - Method in class org.HdrHistogram.IntCountsHistogram
-
- copyCorrectedForCoordinatedOmission(long) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- copyCorrectedForCoordinatedOmission(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- copyCorrectedForCoordinatedOmission(long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- copyInactiveCountsContentsOnResize(ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset, int) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- copyInto(AbstractHistogram) - Method in class org.HdrHistogram.AbstractHistogram
-
Copy this histogram into the target histogram, overwriting it's contents.
- copyInto(DoubleHistogram) - Method in class org.HdrHistogram.DoubleHistogram
-
Copy this histogram into the target histogram, overwriting it's contents.
- copyInto(DoubleHistogram) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- copyInto(AbstractHistogram) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- copyIntoCorrectedForCoordinatedOmission(AbstractHistogram, long) - Method in class org.HdrHistogram.AbstractHistogram
-
Copy this histogram, corrected for coordinated omission, into the target histogram, overwriting it's contents.
- copyIntoCorrectedForCoordinatedOmission(DoubleHistogram, double) - Method in class org.HdrHistogram.DoubleHistogram
-
Copy this histogram, corrected for coordinated omission, into the target histogram, overwriting it's contents.
- copyIntoCorrectedForCoordinatedOmission(DoubleHistogram, double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- copyIntoCorrectedForCoordinatedOmission(AbstractHistogram, long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- countAddedInThisIterationStep - Variable in class org.HdrHistogram.HistogramIterationValue
-
- countAtThisValue - Variable in class org.HdrHistogram.AbstractHistogramIterator
-
- countAtValueIteratedTo - Variable in class org.HdrHistogram.HistogramIterationValue
-
- counts - Variable in class org.HdrHistogram.AtomicHistogram
-
- counts - Variable in class org.HdrHistogram.Histogram
-
- counts - Variable in class org.HdrHistogram.IntCountsHistogram
-
- counts - Variable in class org.HdrHistogram.ShortCountsHistogram
-
- countsArrayIndex(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- countsArrayIndex(int, int) - Method in class org.HdrHistogram.AbstractHistogram
-
- countsArrayLength - Variable in class org.HdrHistogram.AbstractHistogramBase
-
- currentHighestValueLimitInAutoRange - Variable in class org.HdrHistogram.DoubleHistogram
-
- currentIndex - Variable in class org.HdrHistogram.AbstractHistogramIterator
-
- currentIterationValue - Variable in class org.HdrHistogram.AbstractHistogramIterator
-
- currentLowestValueInAutoRange - Variable in class org.HdrHistogram.DoubleHistogram
-
- currentStepHighestValueReportingLevel - Variable in class org.HdrHistogram.LinearIterator
-
- currentStepHighestValueReportingLevel - Variable in class org.HdrHistogram.LogarithmicIterator
-
- currentStepLowestValueReportingLevel - Variable in class org.HdrHistogram.LinearIterator
-
- currentStepLowestValueReportingLevel - Variable in class org.HdrHistogram.LogarithmicIterator
-
- currentValueAtIndex - Variable in class org.HdrHistogram.AbstractHistogramIterator
-
- decodeFromByteBuffer(ByteBuffer, Class<T>, long) - Static method in class org.HdrHistogram.AbstractHistogram
-
- decodeFromByteBuffer(ByteBuffer, Class<T>, long, Inflater) - Static method in class org.HdrHistogram.AbstractHistogram
-
- decodeFromByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.AtomicHistogram
-
Construct a new histogram by decoding it from a ByteBuffer.
- decodeFromByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.ConcurrentHistogram
-
Construct a new histogram by decoding it from a ByteBuffer.
- decodeFromByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.DoubleHistogram
-
Construct a new DoubleHistogram by decoding it from a ByteBuffer.
- decodeFromByteBuffer(ByteBuffer, Class<? extends AbstractHistogram>, long) - Static method in class org.HdrHistogram.DoubleHistogram
-
Construct a new DoubleHistogram by decoding it from a ByteBuffer, using a
specified AbstractHistogram subclass for tracking internal counts (e.g.
- decodeFromByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.Histogram
-
Construct a new histogram by decoding it from a ByteBuffer.
- decodeFromByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.IntCountsHistogram
-
Construct a new histogram by decoding it from a ByteBuffer.
- decodeFromByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.ShortCountsHistogram
-
Construct a new histogram by decoding it from a ByteBuffer.
- decodeFromByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.SynchronizedHistogram
-
Construct a new histogram by decoding it from a ByteBuffer.
- decodeFromCompressedByteBuffer(ByteBuffer, Class<T>, long) - Static method in class org.HdrHistogram.AbstractHistogram
-
- decodeFromCompressedByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.AtomicHistogram
-
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
- decodeFromCompressedByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.ConcurrentHistogram
-
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
- decodeFromCompressedByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.DoubleHistogram
-
Construct a new DoubleHistogram by decoding it from a compressed form in a ByteBuffer.
- decodeFromCompressedByteBuffer(ByteBuffer, Class<? extends AbstractHistogram>, long) - Static method in class org.HdrHistogram.DoubleHistogram
-
Construct a new DoubleHistogram by decoding it from a compressed form in a ByteBuffer, using a
specified AbstractHistogram subclass for tracking internal counts (e.g.
- decodeFromCompressedByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.EncodableHistogram
-
Decode a from a compressed byte buffer.
- decodeFromCompressedByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.Histogram
-
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
- decodeFromCompressedByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.IntCountsHistogram
-
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
- decodeFromCompressedByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.ShortCountsHistogram
-
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
- decodeFromCompressedByteBuffer(ByteBuffer, long) - Static method in class org.HdrHistogram.SynchronizedHistogram
-
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
- decodeMethod - Static variable in class org.HdrHistogram.Base64Helper
-
- decoderObj - Static variable in class org.HdrHistogram.Base64Helper
-
- deriveIntegerValueRange(long, int) - Method in class org.HdrHistogram.DoubleHistogram
-
- deriveInternalHighestToLowestValueRatio(long) - Method in class org.HdrHistogram.DoubleHistogram
-
- determineArrayLengthNeeded(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- DHIST_compressedEncodingCookie - Static variable in class org.HdrHistogram.DoubleHistogram
-
- DHIST_encodingCookie - Static variable in class org.HdrHistogram.DoubleHistogram
-
- DoubleAllValuesIterator - Class in org.HdrHistogram
-
Used for iterating through
DoubleHistogram
values using the finest granularity steps supported by the
underlying representation.
- DoubleAllValuesIterator(DoubleHistogram) - Constructor for class org.HdrHistogram.DoubleAllValuesIterator
-
- DoubleHistogram - Class in org.HdrHistogram
-
A floating point values High Dynamic Range (HDR) Histogram
- DoubleHistogram(int) - Constructor for class org.HdrHistogram.DoubleHistogram
-
Construct a new auto-resizing DoubleHistogram using a precision stated as a number
of significant decimal digits.
- DoubleHistogram(int, Class<? extends AbstractHistogram>) - Constructor for class org.HdrHistogram.DoubleHistogram
-
Construct a new auto-resizing DoubleHistogram using a precision stated as a number
of significant decimal digits.
- DoubleHistogram(long, int) - Constructor for class org.HdrHistogram.DoubleHistogram
-
Construct a new DoubleHistogram with the specified dynamic range (provided in
highestToLowestValueRatio
) and using a precision stated as a number of significant
decimal digits.
- DoubleHistogram(long, int, Class<? extends AbstractHistogram>) - Constructor for class org.HdrHistogram.DoubleHistogram
-
Construct a new DoubleHistogram with the specified dynamic range (provided in
highestToLowestValueRatio
) and using a precision stated as a number of significant
decimal digits.
- DoubleHistogram(long, int, Class<? extends AbstractHistogram>, AbstractHistogram) - Constructor for class org.HdrHistogram.DoubleHistogram
-
- DoubleHistogram(long, int, Class<? extends AbstractHistogram>, AbstractHistogram, boolean) - Constructor for class org.HdrHistogram.DoubleHistogram
-
- DoubleHistogram(DoubleHistogram) - Constructor for class org.HdrHistogram.DoubleHistogram
-
Construct a
DoubleHistogram
with the same range settings as a given source,
duplicating the source's start/end timestamps (but NOT it's contents)
- DoubleHistogram.AllValues - Class in org.HdrHistogram
-
- DoubleHistogram.LinearBucketValues - Class in org.HdrHistogram
-
- DoubleHistogram.LogarithmicBucketValues - Class in org.HdrHistogram
-
- DoubleHistogram.Percentiles - Class in org.HdrHistogram
-
- DoubleHistogram.RecordedValues - Class in org.HdrHistogram
-
- DoubleHistogramIterationValue - Class in org.HdrHistogram
-
Represents a value point iterated through in a
DoubleHistogram
, with associated stats.
- DoubleHistogramIterationValue(HistogramIterationValue) - Constructor for class org.HdrHistogram.DoubleHistogramIterationValue
-
- DoubleLinearIterator - Class in org.HdrHistogram
-
- DoubleLinearIterator(DoubleHistogram, double) - Constructor for class org.HdrHistogram.DoubleLinearIterator
-
- DoubleLogarithmicIterator - Class in org.HdrHistogram
-
Used for iterating through
DoubleHistogram
values values in logarithmically increasing levels.
- DoubleLogarithmicIterator(DoubleHistogram, double, double) - Constructor for class org.HdrHistogram.DoubleLogarithmicIterator
-
- DoublePercentileIterator - Class in org.HdrHistogram
-
Used for iterating through
DoubleHistogram
values values according to percentile levels.
- DoublePercentileIterator(DoubleHistogram, int) - Constructor for class org.HdrHistogram.DoublePercentileIterator
-
- DoubleRecordedValuesIterator - Class in org.HdrHistogram
-
Used for iterating through
DoubleHistogram
values values using the finest granularity steps supported by
the underlying representation.
- DoubleRecordedValuesIterator(DoubleHistogram) - Constructor for class org.HdrHistogram.DoubleRecordedValuesIterator
-
- DoubleRecorder - Class in org.HdrHistogram
-
Records floating point (double) values, and provides stable
interval
DoubleHistogram
samples from live recorded data without interrupting or stalling active recording
of values.
- DoubleRecorder(int) - Constructor for class org.HdrHistogram.DoubleRecorder
-
Construct an auto-resizing
DoubleRecorder
using a precision stated as a number
of significant decimal digits.
- DoubleRecorder(long, int) - Constructor for class org.HdrHistogram.DoubleRecorder
-
Construct a
DoubleRecorder
dynamic range of values to cover and a number of significant
decimal digits.
- DoubleRecorder.InternalConcurrentDoubleHistogram - Class in org.HdrHistogram
-
- doubleToIntegerValueConversionRatio - Variable in class org.HdrHistogram.AbstractHistogramBase
-
- doubleToIntegerValueConversionRatio - Variable in class org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset
-
- DoubleValueRecorder - Interface in org.HdrHistogram
-
- getBaseTime() - Method in class org.HdrHistogram.HistogramLogWriter
-
- getBucketIndex(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- getBucketsNeededToCoverValue(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- getCompressedEncodingCookie() - Method in class org.HdrHistogram.AbstractHistogram
-
- getCookieBase(int) - Static method in class org.HdrHistogram.AbstractHistogram
-
- getCountAddedInThisIterationStep() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getCountAddedInThisIterationStep() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getCountAtIndex(int) - Method in class org.HdrHistogram.AbstractHistogram
-
- getCountAtIndex(int) - Method in class org.HdrHistogram.AtomicHistogram
-
- getCountAtIndex(int) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- getCountAtIndex(int) - Method in class org.HdrHistogram.Histogram
-
- getCountAtIndex(int) - Method in class org.HdrHistogram.IntCountsHistogram
-
- getCountAtIndex(int) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- getCountAtNormalizedIndex(int) - Method in class org.HdrHistogram.AbstractHistogram
-
- getCountAtNormalizedIndex(int) - Method in class org.HdrHistogram.AtomicHistogram
-
- getCountAtNormalizedIndex(int) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- getCountAtNormalizedIndex(int) - Method in class org.HdrHistogram.Histogram
-
- getCountAtNormalizedIndex(int) - Method in class org.HdrHistogram.IntCountsHistogram
-
- getCountAtNormalizedIndex(int) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- getCountAtValue(long) - Method in class org.HdrHistogram.AbstractHistogram
-
Get the count of recorded values at a specific value (to within the histogram resolution at the value level).
- getCountAtValue(double) - Method in class org.HdrHistogram.DoubleHistogram
-
Get the count of recorded values at a specific value (to within the histogram resolution at the value level).
- getCountAtValue(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getCountAtValue(long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getCountAtValueIteratedTo() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getCountAtValueIteratedTo() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getCountBetweenValues(long, long) - Method in class org.HdrHistogram.AbstractHistogram
-
Get the count of recorded values within a range of value levels (inclusive to within the histogram's resolution).
- getCountBetweenValues(double, double) - Method in class org.HdrHistogram.DoubleHistogram
-
Get the count of recorded values within a range of value levels (inclusive to within the histogram's resolution).
- getCountBetweenValues(double, double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getCountBetweenValues(long, long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getCurrentHighestTrackableValue() - Method in class org.HdrHistogram.DoubleHistogram
-
get the current highest trackable value in the automatically determined range
(keep in mind that this can change because it is auto ranging)
- getCurrentLowestTrackableNonZeroValue() - Method in class org.HdrHistogram.DoubleHistogram
-
get the current lowest (non zero) trackable value the automatically determined range
(keep in mind that this can change because it is auto ranging)
- getDoubleToIntegerValueConversionRatio() - Method in class org.HdrHistogram.AbstractHistogramBase
-
- getDoubleToIntegerValueConversionRatio() - Method in class org.HdrHistogram.DoubleHistogram
-
- getDoubleValueIteratedFrom() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getDoubleValueIteratedTo() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getEncodingCookie() - Method in class org.HdrHistogram.AbstractHistogram
-
- getEndTimeStamp() - Method in class org.HdrHistogram.AbstractHistogram
-
get the end time stamp [optionally] stored with this histogram
- getEndTimeStamp() - Method in class org.HdrHistogram.DoubleHistogram
-
get the end time stamp [optionally] stored with this histogram
- getEndTimeStamp() - Method in class org.HdrHistogram.EncodableHistogram
-
- getEndTimeStamp() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getEndTimeStamp() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.AbstractHistogram
-
Provide a (conservatively high) estimate of the Histogram's total footprint in bytes
- getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.DoubleHistogram
-
Provide a (conservatively high) estimate of the Histogram's total footprint in bytes
- getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getHighestToLowestValueRatio() - Method in class org.HdrHistogram.DoubleHistogram
-
get the Dynamic range of the histogram: the configured ratio between the highest trackable value and the
lowest trackable non zero value at any given time.
- getHighestToLowestValueRatio() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getHighestTrackableValue() - Method in class org.HdrHistogram.AbstractHistogram
-
get the configured highestTrackableValue
- getHighestTrackableValue() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getInt(ByteBuffer) - Static method in class org.HdrHistogram.ZigZagEncoding
-
Read an LEB128-64b9B ZigZag encoded int value from the given buffer
- getIntegerHistogramIterationValue() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getIntegerToDoubleValueConversionRatio() - Method in class org.HdrHistogram.AbstractHistogramBase
-
- getIntegerToDoubleValueConversionRatio() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the current conversion ratio from interval integer value representation to double units.
- getIntegerToDoubleValueConversionRatio() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getIntegerToDoubleValueConversionRatio() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getIntervalHistogram() - Method in class org.HdrHistogram.DoubleRecorder
-
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.
- getIntervalHistogram(DoubleHistogram) - Method in class org.HdrHistogram.DoubleRecorder
-
Get an interval histogram, which will include a stable, consistent view of all value counts
accumulated since the last interval histogram was taken.
- getIntervalHistogram(DoubleHistogram, boolean) - Method in class org.HdrHistogram.DoubleRecorder
-
Get an interval histogram, which will include a stable, consistent view of all value counts
accumulated since the last interval histogram was taken.
- getIntervalHistogram() - Method in class org.HdrHistogram.HistogramLogProcessor
-
- getIntervalHistogram(String) - Method in class org.HdrHistogram.HistogramLogProcessor
-
- getIntervalHistogram() - Method in class org.HdrHistogram.Recorder
-
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.
- getIntervalHistogram(Histogram) - Method in class org.HdrHistogram.Recorder
-
Get an interval histogram, which will include a stable, consistent view of all value counts
accumulated since the last interval histogram was taken.
- getIntervalHistogram(Histogram, boolean) - Method in class org.HdrHistogram.Recorder
-
Get an interval histogram, which will include a stable, consistent view of all value counts
accumulated since the last interval histogram was taken.
- getIntervalHistogram() - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
-
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.
- getIntervalHistogram(DoubleHistogram) - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
-
Get an interval histogram, which will include a stable, consistent view of all value counts
accumulated since the last interval histogram was taken.
- getIntervalHistogram(DoubleHistogram, boolean) - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
-
Get an interval histogram, which will include a stable, consistent view of all value counts
accumulated since the last interval histogram was taken.
- getIntervalHistogram() - Method in class org.HdrHistogram.SingleWriterRecorder
-
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.
- getIntervalHistogram(Histogram) - Method in class org.HdrHistogram.SingleWriterRecorder
-
Get an interval histogram, which will include a stable, consistent view of all value counts
accumulated since the last interval histogram was taken.
- getIntervalHistogram(Histogram, boolean) - Method in class org.HdrHistogram.SingleWriterRecorder
-
Get an interval histogram, which will include a stable, consistent view of all value counts
accumulated since the last interval histogram was taken.
- getIntervalHistogramInto(DoubleHistogram) - Method in class org.HdrHistogram.DoubleRecorder
-
Place a copy of the value counts accumulated since accumulated (since the last interval histogram
was taken) into targetHistogram
.
- getIntervalHistogramInto(Histogram) - Method in class org.HdrHistogram.Recorder
-
Place a copy of the value counts accumulated since accumulated (since the last interval histogram
was taken) into targetHistogram
.
- getIntervalHistogramInto(DoubleHistogram) - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
-
Place a copy of the value counts accumulated since accumulated (since the last interval histogram
was taken) into targetHistogram
.
- getIntervalHistogramInto(Histogram) - Method in class org.HdrHistogram.SingleWriterRecorder
-
Place a copy of the value counts accumulated since accumulated (since the last interval histogram
was taken) into targetHistogram
.
- getLengthForNumberOfBuckets(int) - Method in class org.HdrHistogram.AbstractHistogram
-
If we have N such that subBucketCount * 2^N > max value, we need storage for N+1 buckets, each with enough
slots to hold the top half of the subBucketCount (the lower half is covered by previous buckets), and the +1
being used for the lower half of the 0'th bucket.
- getLong(ByteBuffer) - Static method in class org.HdrHistogram.ZigZagEncoding
-
Read an LEB128-64b9B ZigZag encoded long value from the given buffer
- getLowestDiscernibleValue() - Method in class org.HdrHistogram.AbstractHistogram
-
get the configured lowestDiscernibleValue
- getLowestDiscernibleValue() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getLowestTrackingIntegerValue() - Method in class org.HdrHistogram.DoubleHistogram
-
- getMaxValue() - Method in class org.HdrHistogram.AbstractHistogram
-
Get the highest recorded value level in the histogram.
- getMaxValue() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the highest recorded value level in the histogram
- getMaxValue() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getMaxValue() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getMaxValueAsDouble() - Method in class org.HdrHistogram.AbstractHistogram
-
Get the highest recorded value level in the histogram as a double
- getMaxValueAsDouble() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the highest recorded value level in the histogram as a double
- getMaxValueAsDouble() - Method in class org.HdrHistogram.EncodableHistogram
-
- getMaxValueAsDouble() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getMaxValueAsDouble() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getMean() - Method in class org.HdrHistogram.AbstractHistogram
-
Get the computed mean value of all recorded values in the histogram
- getMean() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the computed mean value of all recorded values in the histogram
- getMean() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getMean() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getMinNonZeroValue() - Method in class org.HdrHistogram.AbstractHistogram
-
Get the lowest recorded non-zero value level in the histogram.
- getMinNonZeroValue() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the lowest recorded non-zero value level in the histogram
- getMinNonZeroValue() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getMinNonZeroValue() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getMinValue() - Method in class org.HdrHistogram.AbstractHistogram
-
Get the lowest recorded value level in the histogram.
- getMinValue() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the lowest recorded value level in the histogram
- getMinValue() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getMinValue() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getNeededByteBufferCapacity() - Method in class org.HdrHistogram.AbstractHistogram
-
Get the capacity needed to encode this histogram into a ByteBuffer
- getNeededByteBufferCapacity(int) - Method in class org.HdrHistogram.AbstractHistogram
-
- getNeededByteBufferCapacity() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the capacity needed to encode this histogram into a ByteBuffer
- getNeededByteBufferCapacity(int) - Method in class org.HdrHistogram.DoubleHistogram
-
- getNeededByteBufferCapacity() - Method in class org.HdrHistogram.EncodableHistogram
-
- getNeededByteBufferCapacity() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getNeededByteBufferCapacity() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getNeededPayloadByteBufferCapacity(int) - Method in class org.HdrHistogram.AbstractHistogram
-
- getNeededV0PayloadByteBufferCapacity(int) - Method in class org.HdrHistogram.AbstractHistogram
-
- getNormalizingIndexOffset() - Method in class org.HdrHistogram.AbstractHistogram
-
- getNormalizingIndexOffset() - Method in class org.HdrHistogram.AtomicHistogram
-
- getNormalizingIndexOffset() - Method in class org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset
-
- getNormalizingIndexOffset() - Method in class org.HdrHistogram.ConcurrentHistogram
-
- getNormalizingIndexOffset() - Method in class org.HdrHistogram.Histogram
-
- getNormalizingIndexOffset() - Method in class org.HdrHistogram.IntCountsHistogram
-
- getNormalizingIndexOffset() - Method in class org.HdrHistogram.ShortCountsHistogram
-
- getNumberOfSignificantValueDigits() - Method in class org.HdrHistogram.AbstractHistogram
-
get the configured numberOfSignificantValueDigits
- getNumberOfSignificantValueDigits() - Method in class org.HdrHistogram.DoubleHistogram
-
get the configured numberOfSignificantValueDigits
- getNumberOfSignificantValueDigits() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getNumberOfSignificantValueDigits() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getPercentile() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getPercentile() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getPercentileAtOrBelowValue(long) - Method in class org.HdrHistogram.AbstractHistogram
-
Get the percentile at a given value.
- getPercentileAtOrBelowValue(double) - Method in class org.HdrHistogram.DoubleHistogram
-
Get the percentile at a given value.
- getPercentileAtOrBelowValue(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getPercentileAtOrBelowValue(long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getPercentileIteratedFrom() - Method in class org.HdrHistogram.AbstractHistogramIterator
-
- getPercentileIteratedFrom() - Method in class org.HdrHistogram.PercentileIterator
-
- getPercentileIteratedTo() - Method in class org.HdrHistogram.AbstractHistogramIterator
-
- getPercentileIteratedTo() - Method in class org.HdrHistogram.PercentileIterator
-
- getPercentileLevelIteratedTo() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getPercentileLevelIteratedTo() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getStartTimeSec() - Method in class org.HdrHistogram.HistogramLogReader
-
get the latest start time found in the file so far (or 0.0),
per the log file format explained above.
- getStartTimeStamp() - Method in class org.HdrHistogram.AbstractHistogram
-
get the start time stamp [optionally] stored with this histogram
- getStartTimeStamp() - Method in class org.HdrHistogram.DoubleHistogram
-
get the start time stamp [optionally] stored with this histogram
- getStartTimeStamp() - Method in class org.HdrHistogram.EncodableHistogram
-
- getStartTimeStamp() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getStartTimeStamp() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getStdDeviation() - Method in class org.HdrHistogram.AbstractHistogram
-
Get the computed standard deviation of all recorded values in the histogram
- getStdDeviation() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the computed standard deviation of all recorded values in the histogram
- getStdDeviation() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getStdDeviation() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getSubBucketIndex(long, int) - Method in class org.HdrHistogram.AbstractHistogram
-
- getTag() - Method in class org.HdrHistogram.AbstractHistogram
-
get the tag string [optionally] associated with this histogram
- getTag() - Method in class org.HdrHistogram.DoubleHistogram
-
get the tag string [optionally] associated with this histogram
- getTag() - Method in class org.HdrHistogram.EncodableHistogram
-
- getTotalCount() - Method in class org.HdrHistogram.AbstractHistogram
-
Get the total count of all recorded values in the histogram
- getTotalCount() - Method in class org.HdrHistogram.AtomicHistogram
-
- getTotalCount() - Method in class org.HdrHistogram.ConcurrentHistogram
-
- getTotalCount() - Method in class org.HdrHistogram.DoubleHistogram
-
Get the total count of all recorded values in the histogram
- getTotalCount() - Method in class org.HdrHistogram.Histogram
-
- getTotalCount() - Method in class org.HdrHistogram.IntCountsHistogram
-
- getTotalCount() - Method in class org.HdrHistogram.ShortCountsHistogram
-
- getTotalCount() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getTotalCount() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getTotalCountToThisValue() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getTotalCountToThisValue() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getTotalValueToThisValue() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getTotalValueToThisValue() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getValueAtPercentile(double) - Method in class org.HdrHistogram.AbstractHistogram
-
Get the value at a given percentile.
- getValueAtPercentile(double) - Method in class org.HdrHistogram.DoubleHistogram
-
Get the value at a given percentile.
- getValueAtPercentile(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- getValueAtPercentile(double) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- getValueIteratedFrom() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getValueIteratedFrom() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getValueIteratedTo() - Method in class org.HdrHistogram.AbstractHistogramIterator
-
- getValueIteratedTo() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- getValueIteratedTo() - Method in class org.HdrHistogram.HistogramIterationValue
-
- getValueIteratedTo() - Method in class org.HdrHistogram.LinearIterator
-
- getValueIteratedTo() - Method in class org.HdrHistogram.LogarithmicIterator
-
- getWordSizeInBytesFromCookie(int) - Static method in class org.HdrHistogram.AbstractHistogram
-
- gotIt - Variable in class org.HdrHistogram.HistogramLogScanner.LazyHistogramReader
-
- handler - Variable in class org.HdrHistogram.HistogramLogReader
-
- handleRecordException(long, long, Exception) - Method in class org.HdrHistogram.AbstractHistogram
-
- handleShiftValuesException(int, Exception) - Method in class org.HdrHistogram.DoubleHistogram
-
- hashCode() - Method in class org.HdrHistogram.AbstractHistogram
-
- hashCode() - Method in class org.HdrHistogram.DoubleHistogram
-
- hashCode() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- hashCode() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- hasNext() - Method in class org.HdrHistogram.AbstractHistogramIterator
-
Returns true if the iteration has more elements.
- hasNext() - Method in class org.HdrHistogram.AllValuesIterator
-
- hasNext() - Method in class org.HdrHistogram.DoubleAllValuesIterator
-
- hasNext() - Method in class org.HdrHistogram.DoubleLinearIterator
-
- hasNext() - Method in class org.HdrHistogram.DoubleLogarithmicIterator
-
- hasNext() - Method in class org.HdrHistogram.DoublePercentileIterator
-
- hasNext() - Method in class org.HdrHistogram.DoubleRecordedValuesIterator
-
- hasNext() - Method in class org.HdrHistogram.HistogramLogReader
-
Indicates whether or not additional intervals may exist in the log
- hasNext() - Method in class org.HdrHistogram.LinearIterator
-
- hasNext() - Method in class org.HdrHistogram.LogarithmicIterator
-
- hasNext() - Method in class org.HdrHistogram.PercentileIterator
-
- hasNextLine() - Method in class org.HdrHistogram.HistogramLogScanner
-
Indicates whether or not additional intervals may exist in the log
- highestAllowedValueEver - Static variable in class org.HdrHistogram.DoubleHistogram
-
- highestEquivalentValue(long) - Method in class org.HdrHistogram.AbstractHistogram
-
Get the highest value that is equivalent to the given value within the histogram's resolution.
- highestEquivalentValue(double) - Method in class org.HdrHistogram.DoubleHistogram
-
Get the highest value that is equivalent to the given value within the histogram's resolution.
- highestEquivalentValue(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- highestEquivalentValue(long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- highestTrackableValue - Variable in class org.HdrHistogram.AbstractHistogramBase
-
- histogram - Variable in class org.HdrHistogram.AbstractHistogram.AllValues
-
- histogram - Variable in class org.HdrHistogram.AbstractHistogram.LinearBucketValues
-
- histogram - Variable in class org.HdrHistogram.AbstractHistogram.LogarithmicBucketValues
-
- histogram - Variable in class org.HdrHistogram.AbstractHistogram.Percentiles
-
- histogram - Variable in class org.HdrHistogram.AbstractHistogram.RecordedValues
-
- histogram - Variable in class org.HdrHistogram.AbstractHistogramIterator
-
- histogram - Variable in class org.HdrHistogram.DoubleAllValuesIterator
-
- histogram - Variable in class org.HdrHistogram.DoubleHistogram.AllValues
-
- histogram - Variable in class org.HdrHistogram.DoubleHistogram.LinearBucketValues
-
- histogram - Variable in class org.HdrHistogram.DoubleHistogram.LogarithmicBucketValues
-
- histogram - Variable in class org.HdrHistogram.DoubleHistogram.Percentiles
-
- histogram - Variable in class org.HdrHistogram.DoubleHistogram.RecordedValues
-
- histogram - Variable in class org.HdrHistogram.DoubleLinearIterator
-
- histogram - Variable in class org.HdrHistogram.DoubleLogarithmicIterator
-
- histogram - Variable in class org.HdrHistogram.DoublePercentileIterator
-
- histogram - Variable in class org.HdrHistogram.DoubleRecordedValuesIterator
-
- Histogram - Class in org.HdrHistogram
-
A High Dynamic Range (HDR) Histogram
- Histogram(int) - Constructor for class org.HdrHistogram.Histogram
-
Construct an auto-resizing histogram with a lowest discernible value of 1 and an auto-adjusting
highestTrackableValue.
- Histogram(long, int) - Constructor for class org.HdrHistogram.Histogram
-
Construct a Histogram given the Highest value to be tracked and a number of significant decimal digits.
- Histogram(long, long, int) - Constructor for class org.HdrHistogram.Histogram
-
Construct a Histogram given the Lowest and Highest values to be tracked and a number of significant
decimal digits.
- Histogram(AbstractHistogram) - Constructor for class org.HdrHistogram.Histogram
-
Construct a histogram with the same range settings as a given source histogram,
duplicating the source's start/end timestamps (but NOT its contents)
- Histogram(AbstractHistogram, boolean) - Constructor for class org.HdrHistogram.Histogram
-
- Histogram(long, long, int, boolean) - Constructor for class org.HdrHistogram.Histogram
-
- HISTOGRAM_LOG_FORMAT_VERSION - Static variable in class org.HdrHistogram.HistogramLogWriter
-
- HistogramIterationValue - Class in org.HdrHistogram
-
Represents a value point iterated through in a Histogram, with associated stats.
- HistogramIterationValue() - Constructor for class org.HdrHistogram.HistogramIterationValue
-
- HistogramLogProcessor - Class in org.HdrHistogram
-
HistogramLogProcessor
will process an input log and
[can] generate two separate log files from a single histogram log file: a
sequential interval log file and a histogram percentile distribution log file.
- HistogramLogProcessor(String[]) - Constructor for class org.HdrHistogram.HistogramLogProcessor
-
- HistogramLogProcessor.HistogramLogProcessorConfiguration - Class in org.HdrHistogram
-
- HistogramLogProcessorConfiguration(String[]) - Constructor for class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
-
- HistogramLogReader - Class in org.HdrHistogram
-
A histogram log reader.
- HistogramLogReader(String) - Constructor for class org.HdrHistogram.HistogramLogReader
-
Constructs a new HistogramLogReader that produces intervals read from the specified file name.
- HistogramLogReader(InputStream) - Constructor for class org.HdrHistogram.HistogramLogReader
-
Constructs a new HistogramLogReader that produces intervals read from the specified InputStream.
- HistogramLogReader(File) - Constructor for class org.HdrHistogram.HistogramLogReader
-
Constructs a new HistogramLogReader that produces intervals read from the specified file.
- HistogramLogScanner - Class in org.HdrHistogram
-
- HistogramLogScanner(String) - Constructor for class org.HdrHistogram.HistogramLogScanner
-
Constructs a new HistogramLogReader that produces intervals read from the specified file name.
- HistogramLogScanner(InputStream) - Constructor for class org.HdrHistogram.HistogramLogScanner
-
Constructs a new HistogramLogReader that produces intervals read from the specified InputStream.
- HistogramLogScanner(File) - Constructor for class org.HdrHistogram.HistogramLogScanner
-
Constructs a new HistogramLogReader that produces intervals read from the specified file.
- HistogramLogScanner(Scanner) - Constructor for class org.HdrHistogram.HistogramLogScanner
-
- HistogramLogScanner.EncodableHistogramSupplier - Interface in org.HdrHistogram
-
- HistogramLogScanner.EventHandler - Interface in org.HdrHistogram
-
Handles log events, return true to stop processing.
- HistogramLogScanner.LazyHistogramReader - Class in org.HdrHistogram
-
- HistogramLogWriter - Class in org.HdrHistogram
-
A histogram log writer.
- HistogramLogWriter(String) - Constructor for class org.HdrHistogram.HistogramLogWriter
-
Constructs a new HistogramLogWriter around a newly created file with the specified file name.
- HistogramLogWriter(File) - Constructor for class org.HdrHistogram.HistogramLogWriter
-
Constructs a new HistogramLogWriter that will write into the specified file.
- HistogramLogWriter(OutputStream) - Constructor for class org.HdrHistogram.HistogramLogWriter
-
Constructs a new HistogramLogWriter that will write into the specified output stream.
- HistogramLogWriter(PrintStream) - Constructor for class org.HdrHistogram.HistogramLogWriter
-
Constructs a new HistogramLogWriter that will write into the specified print stream.
- rangeEndTimeSec - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
-
- rangeEndTimeSec - Variable in class org.HdrHistogram.HistogramLogReader
-
- rangeStartTimeSec - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
-
- rangeStartTimeSec - Variable in class org.HdrHistogram.HistogramLogReader
-
- reachedIterationLevel() - Method in class org.HdrHistogram.AbstractHistogramIterator
-
- reachedIterationLevel() - Method in class org.HdrHistogram.AllValuesIterator
-
- reachedIterationLevel() - Method in class org.HdrHistogram.LinearIterator
-
- reachedIterationLevel() - Method in class org.HdrHistogram.LogarithmicIterator
-
- reachedIterationLevel() - Method in class org.HdrHistogram.PercentileIterator
-
- reachedIterationLevel() - Method in class org.HdrHistogram.RecordedValuesIterator
-
- reachedLastRecordedValue - Variable in class org.HdrHistogram.PercentileIterator
-
- read() - Method in interface org.HdrHistogram.HistogramLogScanner.EncodableHistogramSupplier
-
- read() - Method in class org.HdrHistogram.HistogramLogScanner.LazyHistogramReader
-
- readerLock - Variable in class org.HdrHistogram.WriterReaderPhaser
-
- readerLock() - Method in class org.HdrHistogram.WriterReaderPhaser
-
- readerUnlock() - Method in class org.HdrHistogram.WriterReaderPhaser
-
- readObject(ObjectInputStream) - Method in class org.HdrHistogram.AbstractHistogram
-
- readObject(ObjectInputStream) - Method in class org.HdrHistogram.AtomicHistogram
-
- readObject(ObjectInputStream) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- readObject(ObjectInputStream) - Method in class org.HdrHistogram.DoubleHistogram
-
- readObject(ObjectInputStream) - Method in class org.HdrHistogram.Histogram
-
- readObject(ObjectInputStream) - Method in class org.HdrHistogram.IntCountsHistogram
-
- readObject(ObjectInputStream) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- readObject(ObjectInputStream) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- recordConvertedDoubleValue(double) - Method in class org.HdrHistogram.AbstractHistogram
-
- recordConvertedDoubleValue(double) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- recordConvertedDoubleValueWithCount(double, long) - Method in class org.HdrHistogram.AbstractHistogram
-
- recordConvertedDoubleValueWithCount(double, long) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- recordCountAtValue(long, long) - Method in class org.HdrHistogram.AbstractHistogram
-
- recordCountAtValue(long, double) - Method in class org.HdrHistogram.DoubleHistogram
-
- recordedValues() - Method in class org.HdrHistogram.AbstractHistogram
-
Provide a means of iterating through all recorded histogram values using the finest granularity steps
supported by the underlying representation.
- RecordedValues(AbstractHistogram) - Constructor for class org.HdrHistogram.AbstractHistogram.RecordedValues
-
- recordedValues() - Method in class org.HdrHistogram.DoubleHistogram
-
Provide a means of iterating through all recorded histogram values using the finest granularity steps
supported by the underlying representation.
- RecordedValues(DoubleHistogram) - Constructor for class org.HdrHistogram.DoubleHistogram.RecordedValues
-
- recordedValues() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- recordedValues() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- recordedValuesIterator - Variable in class org.HdrHistogram.AbstractHistogramBase
-
- RecordedValuesIterator - Class in org.HdrHistogram
-
Used for iterating through all recorded histogram values using the finest granularity steps supported by the
underlying representation.
- RecordedValuesIterator(AbstractHistogram) - Constructor for class org.HdrHistogram.RecordedValuesIterator
-
- Recorder - Class in org.HdrHistogram
-
Records integer values, and provides stable interval
Histogram
samples from
live recorded data without interrupting or stalling active recording of values.
- Recorder(int) - Constructor for class org.HdrHistogram.Recorder
-
Construct an auto-resizing
Recorder
with a lowest discernible value of
1 and an auto-adjusting highestTrackableValue.
- Recorder(long, int) - Constructor for class org.HdrHistogram.Recorder
-
Construct a
Recorder
given the highest value to be tracked and a number of significant
decimal digits.
- Recorder(long, long, int) - Constructor for class org.HdrHistogram.Recorder
-
Construct a
Recorder
given the Lowest and highest values to be tracked and a number
of significant decimal digits.
- Recorder.InternalAtomicHistogram - Class in org.HdrHistogram
-
- Recorder.InternalConcurrentHistogram - Class in org.HdrHistogram
-
- recordingPhaser - Variable in class org.HdrHistogram.DoubleRecorder
-
- recordingPhaser - Variable in class org.HdrHistogram.Recorder
-
- recordingPhaser - Variable in class org.HdrHistogram.SingleWriterDoubleRecorder
-
- recordingPhaser - Variable in class org.HdrHistogram.SingleWriterRecorder
-
- recordSingleValue(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- recordSingleValue(double) - Method in class org.HdrHistogram.DoubleHistogram
-
- recordSingleValueWithExpectedInterval(long, long) - Method in class org.HdrHistogram.AbstractHistogram
-
- recordValue(long) - Method in class org.HdrHistogram.AbstractHistogram
-
Record a value in the histogram
- recordValue(long, long) - Method in class org.HdrHistogram.AbstractHistogram
-
- recordValue(double) - Method in class org.HdrHistogram.DoubleHistogram
-
Record a value in the histogram
- recordValue(double) - Method in class org.HdrHistogram.DoubleRecorder
-
Record a value
- recordValue(double) - Method in interface org.HdrHistogram.DoubleValueRecorder
-
Record a value
- recordValue(long) - Method in class org.HdrHistogram.Recorder
-
Record a value
- recordValue(double) - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
-
Record a value
- recordValue(long) - Method in class org.HdrHistogram.SingleWriterRecorder
-
Record a value
- recordValue(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- recordValue(long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- recordValue(long, long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
Deprecated.
- recordValue(long) - Method in interface org.HdrHistogram.ValueRecorder
-
Record a value
- recordValueWithCount(long, long) - Method in class org.HdrHistogram.AbstractHistogram
-
Record a value in the histogram (adding to the value's current count)
- recordValueWithCount(double, long) - Method in class org.HdrHistogram.DoubleHistogram
-
Record a value in the histogram (adding to the value's current count)
- recordValueWithCount(double, long) - Method in class org.HdrHistogram.DoubleRecorder
-
Record a value in the histogram (adding to the value's current count)
- recordValueWithCount(double, long) - Method in interface org.HdrHistogram.DoubleValueRecorder
-
Record a value (adding to the value's current count)
- recordValueWithCount(long, long) - Method in class org.HdrHistogram.Recorder
-
Record a value in the histogram (adding to the value's current count)
- recordValueWithCount(double, long) - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
-
Record a value in the histogram (adding to the value's current count)
- recordValueWithCount(long, long) - Method in class org.HdrHistogram.SingleWriterRecorder
-
Record a value in the histogram (adding to the value's current count)
- recordValueWithCount(double, long) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- recordValueWithCount(long, long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- recordValueWithCount(long, long) - Method in interface org.HdrHistogram.ValueRecorder
-
Record a value (adding to the value's current count)
- recordValueWithCountAndExpectedInterval(long, long, long) - Method in class org.HdrHistogram.AbstractHistogram
-
- recordValueWithCountAndExpectedInterval(double, long, double) - Method in class org.HdrHistogram.DoubleHistogram
-
- recordValueWithExpectedInterval(long, long) - Method in class org.HdrHistogram.AbstractHistogram
-
Record a value in the histogram.
- recordValueWithExpectedInterval(double, double) - Method in class org.HdrHistogram.DoubleHistogram
-
Record a value in the histogram.
- recordValueWithExpectedInterval(double, double) - Method in class org.HdrHistogram.DoubleRecorder
-
Record a value
- recordValueWithExpectedInterval(double, double) - Method in interface org.HdrHistogram.DoubleValueRecorder
-
Record a value.
- recordValueWithExpectedInterval(long, long) - Method in class org.HdrHistogram.Recorder
-
Record a value
- recordValueWithExpectedInterval(double, double) - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
-
Record a value
- recordValueWithExpectedInterval(long, long) - Method in class org.HdrHistogram.SingleWriterRecorder
-
Record a value
- recordValueWithExpectedInterval(double, double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- recordValueWithExpectedInterval(long, long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- recordValueWithExpectedInterval(long, long) - Method in interface org.HdrHistogram.ValueRecorder
-
Record a value.
- remove() - Method in class org.HdrHistogram.AbstractHistogramIterator
-
Not supported.
- remove() - Method in class org.HdrHistogram.DoubleAllValuesIterator
-
- remove() - Method in class org.HdrHistogram.DoubleLinearIterator
-
- remove() - Method in class org.HdrHistogram.DoubleLogarithmicIterator
-
- remove() - Method in class org.HdrHistogram.DoublePercentileIterator
-
- remove() - Method in class org.HdrHistogram.DoubleRecordedValuesIterator
-
- reset() - Method in class org.HdrHistogram.AbstractHistogram
-
Reset the contents and stats of this histogram
- reset() - Method in class org.HdrHistogram.AllValuesIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset(AbstractHistogram) - Method in class org.HdrHistogram.AllValuesIterator
-
- reset() - Method in class org.HdrHistogram.DoubleAllValuesIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset() - Method in class org.HdrHistogram.DoubleHistogram
-
Reset the contents and stats of this histogram
- reset() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
-
- reset(double) - Method in class org.HdrHistogram.DoubleLinearIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset(double, double) - Method in class org.HdrHistogram.DoubleLogarithmicIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset(int) - Method in class org.HdrHistogram.DoublePercentileIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset() - Method in class org.HdrHistogram.DoubleRecordedValuesIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset() - Method in class org.HdrHistogram.DoubleRecorder
-
Reset any value counts accumulated thus far.
- reset() - Method in interface org.HdrHistogram.DoubleValueRecorder
-
Reset the contents and collected stats
- reset() - Method in class org.HdrHistogram.HistogramIterationValue
-
- reset(long) - Method in class org.HdrHistogram.LinearIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset(AbstractHistogram, long) - Method in class org.HdrHistogram.LinearIterator
-
- reset(long, double) - Method in class org.HdrHistogram.LogarithmicIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset(AbstractHistogram, long, double) - Method in class org.HdrHistogram.LogarithmicIterator
-
- reset(int) - Method in class org.HdrHistogram.PercentileIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset(AbstractHistogram, int) - Method in class org.HdrHistogram.PercentileIterator
-
- reset() - Method in class org.HdrHistogram.RecordedValuesIterator
-
Reset iterator for re-use in a fresh iteration over the same histogram data set.
- reset(AbstractHistogram) - Method in class org.HdrHistogram.RecordedValuesIterator
-
- reset() - Method in class org.HdrHistogram.Recorder
-
Reset any value counts accumulated thus far.
- reset() - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
-
Reset any value counts accumulated thus far.
- reset() - Method in class org.HdrHistogram.SingleWriterRecorder
-
Reset any value counts accumulated thus far.
- reset() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- reset() - Method in class org.HdrHistogram.SynchronizedHistogram
-
- reset() - Method in interface org.HdrHistogram.ValueRecorder
-
Reset the contents and collected stats
- resetIterator(AbstractHistogram) - Method in class org.HdrHistogram.AbstractHistogramIterator
-
- resetMaxValue(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- resetMinNonZeroValue(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- resize(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- resize(long) - Method in class org.HdrHistogram.AtomicHistogram
-
- resize(long) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- resize(long) - Method in class org.HdrHistogram.Histogram
-
- resize(long) - Method in class org.HdrHistogram.IntCountsHistogram
-
- resize(long) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- run() - Method in class org.HdrHistogram.HistogramLogProcessor
-
Run the log processor with the currently provided arguments.
- scanner - Variable in class org.HdrHistogram.HistogramLogReader
-
- scanner - Variable in class org.HdrHistogram.HistogramLogScanner.LazyHistogramReader
-
- scanner - Variable in class org.HdrHistogram.HistogramLogScanner
-
- serialVersionUID - Static variable in class org.HdrHistogram.AbstractHistogram
-
- serialVersionUID - Static variable in class org.HdrHistogram.DoubleHistogram
-
- set(long, long, long, long, long, long, double, double, double) - Method in class org.HdrHistogram.HistogramIterationValue
-
- setAutoResize(boolean) - Method in class org.HdrHistogram.AbstractHistogram
-
Control whether or not the histogram can auto-resize and auto-adjust it's
highestTrackableValue
- setAutoResize(boolean) - Method in class org.HdrHistogram.AtomicHistogram
-
- setAutoResize(boolean) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- setAutoResize(boolean) - Method in class org.HdrHistogram.DoubleHistogram
-
- setAutoResize(boolean) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- setAutoResize(boolean) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- setBaseTime(long) - Method in class org.HdrHistogram.HistogramLogWriter
-
Set a base time to subtract from supplied histogram start/end timestamps when
logging based on histogram timestamps.
- setCountAtIndex(int, long) - Method in class org.HdrHistogram.AbstractHistogram
-
- setCountAtIndex(int, long) - Method in class org.HdrHistogram.AtomicHistogram
-
- setCountAtIndex(int, long) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- setCountAtIndex(int, long) - Method in class org.HdrHistogram.Histogram
-
- setCountAtIndex(int, long) - Method in class org.HdrHistogram.IntCountsHistogram
-
- setCountAtIndex(int, long) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- setCountAtNormalizedIndex(int, long) - Method in class org.HdrHistogram.AbstractHistogram
-
- setCountAtNormalizedIndex(int, long) - Method in class org.HdrHistogram.AtomicHistogram
-
- setCountAtNormalizedIndex(int, long) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- setCountAtNormalizedIndex(int, long) - Method in class org.HdrHistogram.Histogram
-
- setCountAtNormalizedIndex(int, long) - Method in class org.HdrHistogram.IntCountsHistogram
-
- setCountAtNormalizedIndex(int, long) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- setEndTimeStamp(long) - Method in class org.HdrHistogram.AbstractHistogram
-
Set the end time stamp value associated with this histogram to a given value.
- setEndTimeStamp(long) - Method in class org.HdrHistogram.DoubleHistogram
-
Set the end time stamp value associated with this histogram to a given value.
- setEndTimeStamp(long) - Method in class org.HdrHistogram.EncodableHistogram
-
- setEndTimeStamp(long) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- setEndTimeStamp(long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- setIntegerToDoubleValueConversionRatio(double) - Method in class org.HdrHistogram.AbstractHistogramBase
-
- setIntegerToDoubleValueConversionRatio(double) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- setIntegerToDoubleValueConversionRatio(double) - Method in class org.HdrHistogram.Histogram
-
- setIntegerToDoubleValueConversionRatio(double) - Method in class org.HdrHistogram.IntCountsHistogram
-
- setIntegerToDoubleValueConversionRatio(double) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- setNormalizingIndexOffset(int) - Method in class org.HdrHistogram.AbstractHistogram
-
- setNormalizingIndexOffset(int) - Method in class org.HdrHistogram.AtomicHistogram
-
- setNormalizingIndexOffset(int) - Method in class org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset
-
- setNormalizingIndexOffset(int) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- setNormalizingIndexOffset(int, int, boolean, double) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- setNormalizingIndexOffset(int) - Method in class org.HdrHistogram.Histogram
-
- setNormalizingIndexOffset(int) - Method in class org.HdrHistogram.IntCountsHistogram
-
- setNormalizingIndexOffset(int) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- setStartTimeStamp(long) - Method in class org.HdrHistogram.AbstractHistogram
-
Set the start time stamp value associated with this histogram to a given value.
- setStartTimeStamp(long) - Method in class org.HdrHistogram.DoubleHistogram
-
Set the start time stamp value associated with this histogram to a given value.
- setStartTimeStamp(long) - Method in class org.HdrHistogram.EncodableHistogram
-
- setStartTimeStamp(long) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- setStartTimeStamp(long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- setTag(String) - Method in class org.HdrHistogram.AbstractHistogram
-
Set the tag string associated with this histogram
- setTag(String) - Method in class org.HdrHistogram.DoubleHistogram
-
Set the tag string associated with this histogram
- setTag(String) - Method in class org.HdrHistogram.EncodableHistogram
-
- setTotalCount(long) - Method in class org.HdrHistogram.AbstractHistogram
-
- setTotalCount(long) - Method in class org.HdrHistogram.AtomicHistogram
-
- setTotalCount(long) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- setTotalCount(long) - Method in class org.HdrHistogram.Histogram
-
- setTotalCount(long) - Method in class org.HdrHistogram.IntCountsHistogram
-
- setTotalCount(long) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- setTrackableValueRange(double, double) - Method in class org.HdrHistogram.DoubleHistogram
-
- shiftCoveredRangeToTheLeft(int) - Method in class org.HdrHistogram.DoubleHistogram
-
- shiftCoveredRangeToTheRight(int) - Method in class org.HdrHistogram.DoubleHistogram
-
- shiftLowestHalfBucketContentsLeft(int, int) - Method in class org.HdrHistogram.AbstractHistogram
-
- shiftLowestInactiveHalfBucketContentsLeft(int, int) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- shiftNormalizingIndexByOffset(int, boolean, double) - Method in class org.HdrHistogram.AbstractHistogram
-
- shiftNormalizingIndexByOffset(int, boolean, double) - Method in class org.HdrHistogram.AtomicHistogram
-
- shiftNormalizingIndexByOffset(int, boolean, double) - Method in class org.HdrHistogram.ConcurrentHistogram
-
- shiftNormalizingIndexByOffset(int, boolean, double) - Method in class org.HdrHistogram.Histogram
-
- shiftNormalizingIndexByOffset(int, boolean, double) - Method in class org.HdrHistogram.IntCountsHistogram
-
- shiftNormalizingIndexByOffset(int, boolean, double) - Method in class org.HdrHistogram.ShortCountsHistogram
-
- shiftValuesLeft(int) - Method in class org.HdrHistogram.AbstractHistogram
-
Shift recorded values to the left (the equivalent of a << shift operation on all recorded values).
- shiftValuesLeft(int, double) - Method in class org.HdrHistogram.AbstractHistogram
-
- shiftValuesLeft(int) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- shiftValuesRight(int) - Method in class org.HdrHistogram.AbstractHistogram
-
Shift recorded values to the right (the equivalent of a >> shift operation on all recorded values).
- shiftValuesRight(int, double) - Method in class org.HdrHistogram.AbstractHistogram
-
- shiftValuesRight(int) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- ShortCountsHistogram - Class in org.HdrHistogram
-
A High Dynamic Range (HDR) Histogram using a short
count type
- ShortCountsHistogram(int) - Constructor for class org.HdrHistogram.ShortCountsHistogram
-
Construct an auto-resizing ShortCountsHistogram with a lowest discernible value of 1 and an auto-adjusting
highestTrackableValue.
- ShortCountsHistogram(long, int) - Constructor for class org.HdrHistogram.ShortCountsHistogram
-
Construct a ShortCountsHistogram given the Highest value to be tracked and a number of significant decimal digits.
- ShortCountsHistogram(long, long, int) - Constructor for class org.HdrHistogram.ShortCountsHistogram
-
Construct a ShortCountsHistogram given the Lowest and Highest values to be tracked and a number of significant
decimal digits.
- ShortCountsHistogram(AbstractHistogram) - Constructor for class org.HdrHistogram.ShortCountsHistogram
-
Construct a histogram with the same range settings as a given source histogram,
duplicating the source's start/end timestamps (but NOT it's contents)
- SingleWriterDoubleRecorder - Class in org.HdrHistogram
-
Records floating point values, and provides stable interval
DoubleHistogram
samples from live recorded data
without interrupting or stalling active recording of values.
- SingleWriterDoubleRecorder(int) - Constructor for class org.HdrHistogram.SingleWriterDoubleRecorder
-
- SingleWriterDoubleRecorder(long, int) - Constructor for class org.HdrHistogram.SingleWriterDoubleRecorder
-
- SingleWriterDoubleRecorder.InternalDoubleHistogram - Class in org.HdrHistogram
-
- SingleWriterRecorder - Class in org.HdrHistogram
-
Records integer values, and provides stable interval
Histogram
samples from
live recorded data without interrupting or stalling active recording of values.
- SingleWriterRecorder(int) - Constructor for class org.HdrHistogram.SingleWriterRecorder
-
Construct an auto-resizing
SingleWriterRecorder
with a lowest discernible value of
1 and an auto-adjusting highestTrackableValue.
- SingleWriterRecorder(long, int) - Constructor for class org.HdrHistogram.SingleWriterRecorder
-
Construct a
SingleWriterRecorder
given the highest value to be tracked and a number
of significant decimal digits.
- SingleWriterRecorder(long, long, int) - Constructor for class org.HdrHistogram.SingleWriterRecorder
-
Construct a
SingleWriterRecorder
given the Lowest and highest values to be tracked
and a number of significant decimal digits.
- SingleWriterRecorder.InternalHistogram - Class in org.HdrHistogram
-
- sizeOfEquivalentValueRange(long) - Method in class org.HdrHistogram.AbstractHistogram
-
Get the size (in value units) of the range of values that are equivalent to the given value within the
histogram's resolution.
- sizeOfEquivalentValueRange(double) - Method in class org.HdrHistogram.DoubleHistogram
-
Get the size (in value units) of the range of values that are equivalent to the given value within the
histogram's resolution.
- sizeOfEquivalentValueRange(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- sizeOfEquivalentValueRange(long) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- startEpoch - Variable in class org.HdrHistogram.WriterReaderPhaser
-
- startEpochUpdater - Static variable in class org.HdrHistogram.WriterReaderPhaser
-
- startTimeSec - Variable in class org.HdrHistogram.HistogramLogReader
-
- startTimeStampMsec - Variable in class org.HdrHistogram.AbstractHistogramBase
-
- subBucketCount - Variable in class org.HdrHistogram.AbstractHistogramBase
-
Power-of-two length of linearly scaled array slots in the counts array.
- subBucketHalfCount - Variable in class org.HdrHistogram.AbstractHistogram
-
- subBucketHalfCountMagnitude - Variable in class org.HdrHistogram.AbstractHistogram
-
- subBucketMask - Variable in class org.HdrHistogram.AbstractHistogram
-
Biggest value that can fit in bucket 0
- subtract(AbstractHistogram) - Method in class org.HdrHistogram.AbstractHistogram
-
Subtract the contents of another histogram from this one.
- subtract(DoubleHistogram) - Method in class org.HdrHistogram.DoubleHistogram
-
Subtract the contents of another histogram from this one.
- subtract(DoubleHistogram) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
-
- subtract(AbstractHistogram) - Method in class org.HdrHistogram.SynchronizedHistogram
-
- supportsAutoResize() - Method in class org.HdrHistogram.AbstractHistogram
-
Indicate whether or not the histogram is capable of supporting auto-resize functionality.
- supportsAutoResize() - Method in class org.HdrHistogram.AtomicHistogram
-
- SynchronizedDoubleHistogram - Class in org.HdrHistogram
-
A floating point values High Dynamic Range (HDR) Histogram that is synchronized as a whole
- SynchronizedDoubleHistogram(int) - Constructor for class org.HdrHistogram.SynchronizedDoubleHistogram
-
Construct a new auto-resizing DoubleHistogram using a precision stated as a number of significant
decimal digits.
- SynchronizedDoubleHistogram(long, int) - Constructor for class org.HdrHistogram.SynchronizedDoubleHistogram
-
Construct a new DoubleHistogram with the specified dynamic range (provided in
highestToLowestValueRatio
) and using a precision stated as a number of significant
decimal digits.
- SynchronizedDoubleHistogram(ConcurrentDoubleHistogram) - Constructor for class org.HdrHistogram.SynchronizedDoubleHistogram
-
Construct a
SynchronizedDoubleHistogram
with the same range settings as a given source,
duplicating the source's start/end timestamps (but NOT it's contents)
- SynchronizedHistogram - Class in org.HdrHistogram
-
An integer values High Dynamic Range (HDR) Histogram that is synchronized as a whole
- SynchronizedHistogram(int) - Constructor for class org.HdrHistogram.SynchronizedHistogram
-
Construct an auto-resizing SynchronizedHistogram with a lowest discernible value of 1 and an auto-adjusting
highestTrackableValue.
- SynchronizedHistogram(long, int) - Constructor for class org.HdrHistogram.SynchronizedHistogram
-
Construct a SynchronizedHistogram given the Highest value to be tracked and a number of significant decimal digits.
- SynchronizedHistogram(long, long, int) - Constructor for class org.HdrHistogram.SynchronizedHistogram
-
Construct a SynchronizedHistogram given the Lowest and Highest values to be tracked and a number of significant
decimal digits.
- SynchronizedHistogram(AbstractHistogram) - Constructor for class org.HdrHistogram.SynchronizedHistogram
-
Construct a histogram with the same range settings as a given source histogram,
duplicating the source's start/end timestamps (but NOT it's contents)