Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z _ 

A

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
An Iterable<HistogramIterationValue> through the histogram using a AllValuesIterator
AbstractHistogram.LinearBucketValues - Class in org.HdrHistogram
An Iterable<HistogramIterationValue> through the histogram using a LinearIterator
AbstractHistogram.LogarithmicBucketValues - Class in org.HdrHistogram
An Iterable<HistogramIterationValue> through the histogram using a LogarithmicIterator
AbstractHistogram.Percentiles - Class in org.HdrHistogram
An Iterable<HistogramIterationValue> through the histogram using a PercentileIterator
AbstractHistogram.RecordedValues - Class in org.HdrHistogram
An Iterable<HistogramIterationValue> through the histogram using a RecordedValuesIterator
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
 

B

Base64Helper - Class in org.HdrHistogram
Base64Helper exists to bridge inconsistencies in Java SE support of Base64 encoding and decoding.
Base64Helper() - Constructor for class org.HdrHistogram.Base64Helper
 
baseTime - Variable in class org.HdrHistogram.HistogramLogWriter
 
baseTimeSec - Variable in class org.HdrHistogram.HistogramLogReader
 
bucketCount - Variable in class org.HdrHistogram.AbstractHistogramBase
 
build_time - Static variable in class org.HdrHistogram.Version
 

C

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
 

D

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
An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleAllValuesIterator
DoubleHistogram.LinearBucketValues - Class in org.HdrHistogram
An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleLinearIterator
DoubleHistogram.LogarithmicBucketValues - Class in org.HdrHistogram
An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleLogarithmicIterator
DoubleHistogram.Percentiles - Class in org.HdrHistogram
An Iterable<DoubleHistogramIterationValue> through the histogram using a DoublePercentileIterator
DoubleHistogram.RecordedValues - Class in org.HdrHistogram
An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleRecordedValuesIterator
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
Used for iterating through DoubleHistogram values in linear steps.
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
 

E

EncodableHistogram - Class in org.HdrHistogram
A base class for all encodable (and decodable) histogram classes.
EncodableHistogram() - Constructor for class org.HdrHistogram.EncodableHistogram
 
encodeIntoByteBuffer(ByteBuffer) - Method in class org.HdrHistogram.AbstractHistogram
Encode this histogram into a ByteBuffer
encodeIntoByteBuffer(ByteBuffer) - Method in class org.HdrHistogram.DoubleHistogram
Encode this histogram into a ByteBuffer
encodeIntoByteBuffer(ByteBuffer) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
encodeIntoByteBuffer(ByteBuffer) - Method in class org.HdrHistogram.SynchronizedHistogram
 
encodeIntoCompressedByteBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.AbstractHistogram
Encode this histogram in compressed form into a byte array
encodeIntoCompressedByteBuffer(ByteBuffer) - Method in class org.HdrHistogram.AbstractHistogram
Encode this histogram in compressed form into a byte array
encodeIntoCompressedByteBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.DoubleHistogram
Encode this histogram in compressed form into a byte array
encodeIntoCompressedByteBuffer(ByteBuffer) - Method in class org.HdrHistogram.DoubleHistogram
Encode this histogram in compressed form into a byte array
encodeIntoCompressedByteBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.EncodableHistogram
 
encodeIntoCompressedByteBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
encodeIntoCompressedByteBuffer(ByteBuffer) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
encodeIntoCompressedByteBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.SynchronizedHistogram
 
encodeIntoCompressedByteBuffer(ByteBuffer) - Method in class org.HdrHistogram.SynchronizedHistogram
 
encodeMethod - Static variable in class org.HdrHistogram.Base64Helper
 
encoderObj - Static variable in class org.HdrHistogram.Base64Helper
 
ENCODING_HEADER_SIZE - Static variable in class org.HdrHistogram.AbstractHistogram
 
encodingCookieBase - Static variable in class org.HdrHistogram.AbstractHistogram
 
endTimeStampMsec - Variable in class org.HdrHistogram.AbstractHistogramBase
 
equals(Object) - Method in class org.HdrHistogram.AbstractHistogram
Determine if this histogram is equivalent to another.
equals(Object) - Method in class org.HdrHistogram.DoubleHistogram
Determine if this histogram is equivalent to another.
equals(Object) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
equals(Object) - Method in class org.HdrHistogram.SynchronizedHistogram
 
errorMessage - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
establishInternalTackingValues() - Method in class org.HdrHistogram.AbstractHistogram
 
establishInternalTackingValues(int) - Method in class org.HdrHistogram.AbstractHistogram
 
establishSize(long) - Method in class org.HdrHistogram.AbstractHistogram
The buckets (each of which has subBucketCount sub-buckets, here assumed to be 2048 as an example) overlap:
evenEndEpoch - Variable in class org.HdrHistogram.WriterReaderPhaser
 
evenEndEpochUpdater - Static variable in class org.HdrHistogram.WriterReaderPhaser
 
exhaustedSubBuckets() - Method in class org.HdrHistogram.AbstractHistogramIterator
 
expectedIntervalForCoordinatedOmissionCorrection - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 

F

fillBufferFromCountsArray(ByteBuffer) - Method in class org.HdrHistogram.AbstractHistogram
 
fillBufferFromCountsArray(ByteBuffer) - Method in class org.HdrHistogram.ConcurrentHistogram
 
fillCountsArrayFromBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.AbstractHistogram
 
fillCountsArrayFromBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.ConcurrentHistogram
 
fillCountsArrayFromBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.Histogram
 
fillCountsArrayFromBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.IntCountsHistogram
 
fillCountsArrayFromBuffer(ByteBuffer, int) - Method in class org.HdrHistogram.ShortCountsHistogram
 
fillCountsArrayFromSourceBuffer(ByteBuffer, int, int) - Method in class org.HdrHistogram.AbstractHistogram
 
findCappedContainingBinaryOrderOfMagnitude(double) - Method in class org.HdrHistogram.DoubleHistogram
 
findContainingBinaryOrderOfMagnitude(long) - Static method in class org.HdrHistogram.DoubleHistogram
 
findContainingBinaryOrderOfMagnitude(double) - Static method in class org.HdrHistogram.DoubleHistogram
 
flipPhase(long) - Method in class org.HdrHistogram.WriterReaderPhaser
Flip a phase in the WriterReaderPhaser instance, WriterReaderPhaser.flipPhase() can only be called while holding the readerLock().
flipPhase() - Method in class org.HdrHistogram.WriterReaderPhaser
Flip a phase in the WriterReaderPhaser instance, WriterReaderPhaser.flipPhase() can only be called while holding the readerLock().
freshSubBucket - Variable in class org.HdrHistogram.AbstractHistogramIterator
 

G

getBaseTime() - Method in class org.HdrHistogram.HistogramLogWriter
return the current base time offset (see HistogramLogWriter.setBaseTime(long)).
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
 

H

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
Construct a HistogramLogProcessor with the given arguments (provided in command line style).
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.

I

identity - Variable in class org.HdrHistogram.AbstractHistogramBase
 
inactiveCounts - Variable in class org.HdrHistogram.ConcurrentHistogram
 
inactiveHistogram - Variable in class org.HdrHistogram.DoubleRecorder
 
inactiveHistogram - Variable in class org.HdrHistogram.Recorder
 
inactiveHistogram - Variable in class org.HdrHistogram.SingleWriterDoubleRecorder
 
inactiveHistogram - Variable in class org.HdrHistogram.SingleWriterRecorder
 
incrementCountAtIndex(int) - Method in class org.HdrHistogram.AbstractHistogram
 
incrementCountAtIndex(int) - Method in class org.HdrHistogram.AtomicHistogram
 
incrementCountAtIndex(int) - Method in class org.HdrHistogram.ConcurrentHistogram
 
incrementCountAtIndex(int) - Method in class org.HdrHistogram.Histogram
 
incrementCountAtIndex(int) - Method in class org.HdrHistogram.IntCountsHistogram
 
incrementCountAtIndex(int) - Method in class org.HdrHistogram.ShortCountsHistogram
 
incrementIterationLevel() - Method in class org.HdrHistogram.AbstractHistogramIterator
 
incrementIterationLevel() - Method in class org.HdrHistogram.AllValuesIterator
 
incrementIterationLevel() - Method in class org.HdrHistogram.LinearIterator
 
incrementIterationLevel() - Method in class org.HdrHistogram.LogarithmicIterator
 
incrementIterationLevel() - Method in class org.HdrHistogram.PercentileIterator
 
incrementIterationLevel() - Method in class org.HdrHistogram.RecordedValuesIterator
 
incrementSubBucket() - Method in class org.HdrHistogram.AbstractHistogramIterator
 
incrementTotalCount() - Method in class org.HdrHistogram.AbstractHistogram
 
incrementTotalCount() - Method in class org.HdrHistogram.AtomicHistogram
 
incrementTotalCount() - Method in class org.HdrHistogram.ConcurrentHistogram
 
incrementTotalCount() - Method in class org.HdrHistogram.Histogram
 
incrementTotalCount() - Method in class org.HdrHistogram.IntCountsHistogram
 
incrementTotalCount() - Method in class org.HdrHistogram.ShortCountsHistogram
 
init(long, long, int, double, int) - Method in class org.HdrHistogram.AbstractHistogram
 
init(long, double, AbstractHistogram) - Method in class org.HdrHistogram.DoubleHistogram
 
initScanner() - Method in class org.HdrHistogram.HistogramLogScanner
 
inputFileName - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
instanceId - Variable in class org.HdrHistogram.DoubleRecorder
 
instanceId - Variable in class org.HdrHistogram.Recorder
 
instanceId - Variable in class org.HdrHistogram.SingleWriterDoubleRecorder
 
instanceId - Variable in class org.HdrHistogram.SingleWriterRecorder
 
instanceIdSequencer - Static variable in class org.HdrHistogram.DoubleRecorder
 
instanceIdSequencer - Static variable in class org.HdrHistogram.Recorder
 
instanceIdSequencer - Static variable in class org.HdrHistogram.SingleWriterDoubleRecorder
 
instanceIdSequencer - Static variable in class org.HdrHistogram.SingleWriterRecorder
 
IntCountsHistogram - Class in org.HdrHistogram
A High Dynamic Range (HDR) Histogram using an int count type
IntCountsHistogram(int) - Constructor for class org.HdrHistogram.IntCountsHistogram
Construct an auto-resizing IntCountsHistogram with a lowest discernible value of 1 and an auto-adjusting highestTrackableValue.
IntCountsHistogram(long, int) - Constructor for class org.HdrHistogram.IntCountsHistogram
Construct a IntCountsHistogram given the Highest value to be tracked and a number of significant decimal digits.
IntCountsHistogram(long, long, int) - Constructor for class org.HdrHistogram.IntCountsHistogram
Construct a IntCountsHistogram given the Lowest and Highest values to be tracked and a number of significant decimal digits.
IntCountsHistogram(AbstractHistogram) - Constructor for class org.HdrHistogram.IntCountsHistogram
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)
integerAllValuesIterator - Variable in class org.HdrHistogram.DoubleAllValuesIterator
 
integerHistogramIterationValue - Variable in class org.HdrHistogram.DoubleHistogramIterationValue
 
integerLinearIterator - Variable in class org.HdrHistogram.DoubleLinearIterator
 
integerLogarithmicIterator - Variable in class org.HdrHistogram.DoubleLogarithmicIterator
 
integerPercentileIterator - Variable in class org.HdrHistogram.DoublePercentileIterator
 
integerRecordedValuesIterator - Variable in class org.HdrHistogram.DoubleRecordedValuesIterator
 
integerToDoubleValueConversionRatio - Variable in class org.HdrHistogram.AbstractHistogramBase
 
integerToDoubleValueConversionRatio - Variable in class org.HdrHistogram.AbstractHistogramIterator
 
integerToDoubleValueConversionRatio - Variable in class org.HdrHistogram.HistogramIterationValue
 
integerValuesHistogram - Variable in class org.HdrHistogram.DoubleHistogram
 
intermediateUncompressedByteArray - Variable in class org.HdrHistogram.AbstractHistogramBase
 
intermediateUncompressedByteBuffer - Variable in class org.HdrHistogram.AbstractHistogramBase
 
InternalAtomicHistogram(long, long, long, int) - Constructor for class org.HdrHistogram.Recorder.InternalAtomicHistogram
 
InternalConcurrentDoubleHistogram(long, int) - Constructor for class org.HdrHistogram.DoubleRecorder.InternalConcurrentDoubleHistogram
 
InternalConcurrentDoubleHistogram(long, long, int) - Constructor for class org.HdrHistogram.DoubleRecorder.InternalConcurrentDoubleHistogram
 
InternalConcurrentDoubleHistogram(DoubleRecorder.InternalConcurrentDoubleHistogram) - Constructor for class org.HdrHistogram.DoubleRecorder.InternalConcurrentDoubleHistogram
 
InternalConcurrentHistogram(long, int) - Constructor for class org.HdrHistogram.Recorder.InternalConcurrentHistogram
 
InternalDoubleHistogram(long, int) - Constructor for class org.HdrHistogram.SingleWriterDoubleRecorder.InternalDoubleHistogram
 
InternalDoubleHistogram(long, long, int) - Constructor for class org.HdrHistogram.SingleWriterDoubleRecorder.InternalDoubleHistogram
 
InternalDoubleHistogram(SingleWriterDoubleRecorder.InternalDoubleHistogram) - Constructor for class org.HdrHistogram.SingleWriterDoubleRecorder.InternalDoubleHistogram
 
InternalHistogram(long, int) - Constructor for class org.HdrHistogram.SingleWriterRecorder.InternalHistogram
 
InternalHistogram(long, long, long, int) - Constructor for class org.HdrHistogram.SingleWriterRecorder.InternalHistogram
 
InternalHistogram(SingleWriterRecorder.InternalHistogram) - Constructor for class org.HdrHistogram.SingleWriterRecorder.InternalHistogram
 
isAutoResize() - Method in class org.HdrHistogram.AbstractHistogram
Indicate whether or not the histogram is set to auto-resize and auto-adjust it's highestTrackableValue
isAutoResize() - Method in class org.HdrHistogram.DoubleHistogram
 
isAutoResize() - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
isAutoResize() - Method in class org.HdrHistogram.SynchronizedHistogram
 
isCompressedDoubleHistogramCookie(int) - Static method in class org.HdrHistogram.DoubleHistogram
 
isDoubleHistogramCookie(int) - Static method in class org.HdrHistogram.DoubleHistogram
 
isNonCompressedDoubleHistogramCookie(int) - Static method in class org.HdrHistogram.DoubleHistogram
 
iterationValue - Variable in class org.HdrHistogram.DoubleAllValuesIterator
 
iterationValue - Variable in class org.HdrHistogram.DoubleLinearIterator
 
iterationValue - Variable in class org.HdrHistogram.DoubleLogarithmicIterator
 
iterationValue - Variable in class org.HdrHistogram.DoublePercentileIterator
 
iterationValue - Variable in class org.HdrHistogram.DoubleRecordedValuesIterator
 
iterator() - Method in class org.HdrHistogram.AbstractHistogram.AllValues
 
iterator() - Method in class org.HdrHistogram.AbstractHistogram.LinearBucketValues
 
iterator() - Method in class org.HdrHistogram.AbstractHistogram.LogarithmicBucketValues
 
iterator() - Method in class org.HdrHistogram.AbstractHistogram.Percentiles
 
iterator() - Method in class org.HdrHistogram.AbstractHistogram.RecordedValues
 
iterator() - Method in class org.HdrHistogram.DoubleHistogram.AllValues
 
iterator() - Method in class org.HdrHistogram.DoubleHistogram.LinearBucketValues
 
iterator() - Method in class org.HdrHistogram.DoubleHistogram.LogarithmicBucketValues
 
iterator() - Method in class org.HdrHistogram.DoubleHistogram.Percentiles
 
iterator() - Method in class org.HdrHistogram.DoubleHistogram.RecordedValues
 

L

LazyHistogramReader(Scanner) - Constructor for class org.HdrHistogram.HistogramLogScanner.LazyHistogramReader
 
lazyReader - Variable in class org.HdrHistogram.HistogramLogScanner
 
leadingZeroCountBase - Variable in class org.HdrHistogram.AbstractHistogram
Number of leading zeros in the largest value that can fit in bucket 0.
linearBucketValues(long) - Method in class org.HdrHistogram.AbstractHistogram
Provide a means of iterating through histogram values using linear steps.
LinearBucketValues(AbstractHistogram, long) - Constructor for class org.HdrHistogram.AbstractHistogram.LinearBucketValues
 
linearBucketValues(double) - Method in class org.HdrHistogram.DoubleHistogram
Provide a means of iterating through histogram values using linear steps.
LinearBucketValues(DoubleHistogram, double) - Constructor for class org.HdrHistogram.DoubleHistogram.LinearBucketValues
 
linearBucketValues(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
linearBucketValues(long) - Method in class org.HdrHistogram.SynchronizedHistogram
 
LinearIterator - Class in org.HdrHistogram
Used for iterating through histogram values in linear steps.
LinearIterator(AbstractHistogram, long) - Constructor for class org.HdrHistogram.LinearIterator
 
lineNumber - Variable in class org.HdrHistogram.HistogramLogProcessor
 
listTags - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
log - Variable in class org.HdrHistogram.HistogramLogWriter
 
logarithmicBucketValues(long, double) - Method in class org.HdrHistogram.AbstractHistogram
Provide a means of iterating through histogram values at logarithmically increasing levels.
LogarithmicBucketValues(AbstractHistogram, long, double) - Constructor for class org.HdrHistogram.AbstractHistogram.LogarithmicBucketValues
 
logarithmicBucketValues(double, double) - Method in class org.HdrHistogram.DoubleHistogram
Provide a means of iterating through histogram values at logarithmically increasing levels.
LogarithmicBucketValues(DoubleHistogram, double, double) - Constructor for class org.HdrHistogram.DoubleHistogram.LogarithmicBucketValues
 
logarithmicBucketValues(double, double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
logarithmicBucketValues(long, double) - Method in class org.HdrHistogram.SynchronizedHistogram
 
LogarithmicIterator - Class in org.HdrHistogram
Used for iterating through histogram values in logarithmically increasing levels.
LogarithmicIterator(AbstractHistogram, long, double) - Constructor for class org.HdrHistogram.LogarithmicIterator
 
logBase - Variable in class org.HdrHistogram.AbstractHistogram.LogarithmicBucketValues
 
logBase - Variable in class org.HdrHistogram.DoubleHistogram.LogarithmicBucketValues
 
logBase - Variable in class org.HdrHistogram.LogarithmicIterator
 
logFormatCsv - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
logReader - Variable in class org.HdrHistogram.HistogramLogProcessor
 
lowestDiscernibleValue - Variable in class org.HdrHistogram.AbstractHistogramBase
 
lowestEquivalentValue(long) - Method in class org.HdrHistogram.AbstractHistogram
Get the lowest value that is equivalent to the given value within the histogram's resolution.
lowestEquivalentValue(double) - Method in class org.HdrHistogram.DoubleHistogram
Get the lowest value that is equivalent to the given value within the histogram's resolution.
lowestEquivalentValue(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
lowestEquivalentValue(long) - Method in class org.HdrHistogram.SynchronizedHistogram
 

M

main(String[]) - Static method in class org.HdrHistogram.HistogramLogProcessor
main() method.
maxValue - Variable in class org.HdrHistogram.AbstractHistogram
 
maxValueUpdater - Static variable in class org.HdrHistogram.AbstractHistogram
 
medianEquivalentValue(long) - Method in class org.HdrHistogram.AbstractHistogram
Get a value that lies in the middle (rounded up) of the range of values equivalent the given value.
medianEquivalentValue(double) - Method in class org.HdrHistogram.DoubleHistogram
Get a value that lies in the middle (rounded up) of the range of values equivalent the given value.
medianEquivalentValue(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
medianEquivalentValue(long) - Method in class org.HdrHistogram.SynchronizedHistogram
 
minNonZeroValue - Variable in class org.HdrHistogram.AbstractHistogram
 
minNonZeroValueUpdater - Static variable in class org.HdrHistogram.AbstractHistogram
 
movingWindow - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
movingWindowLengthInMsec - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
movingWindowPercentileToReport - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 

N

next() - Method in class org.HdrHistogram.AbstractHistogramIterator
Returns the next element in the iteration.
next() - Method in class org.HdrHistogram.DoubleAllValuesIterator
 
next() - Method in class org.HdrHistogram.DoubleLinearIterator
 
next() - Method in class org.HdrHistogram.DoubleLogarithmicIterator
 
next() - Method in class org.HdrHistogram.DoublePercentileIterator
 
next() - Method in class org.HdrHistogram.DoubleRecordedValuesIterator
 
nextAbsoluteIntervalHistogram(double, double) - Method in class org.HdrHistogram.HistogramLogReader
Read the next interval histogram from the log, if interval falls within an absolute time range
nextHistogram - Variable in class org.HdrHistogram.HistogramLogReader
 
nextIntervalHistogram(double, double) - Method in class org.HdrHistogram.HistogramLogReader
Read the next interval histogram from the log, if interval falls within a time range.
nextIntervalHistogram() - Method in class org.HdrHistogram.HistogramLogReader
Read the next interval histogram from the log.
nextIntervalHistogram(double, double, boolean) - Method in class org.HdrHistogram.HistogramLogReader
 
nextNonEquivalentValue(long) - Method in class org.HdrHistogram.AbstractHistogram
Get the next value that is not equivalent to the given value within the histogram's resolution.
nextNonEquivalentValue(double) - Method in class org.HdrHistogram.DoubleHistogram
Get the next value that is not equivalent to the given value within the histogram's resolution.
nextNonEquivalentValue(double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
nextNonEquivalentValue(long) - Method in class org.HdrHistogram.SynchronizedHistogram
 
nextValueAtIndex - Variable in class org.HdrHistogram.AbstractHistogramIterator
 
nextValueReportingLevel - Variable in class org.HdrHistogram.LogarithmicIterator
 
nonConcurrentNormalizingIndexShift(int, boolean) - Method in class org.HdrHistogram.AbstractHistogram
 
nonConcurrentSetIntegerToDoubleValueConversionRatio(double) - Method in class org.HdrHistogram.AbstractHistogramBase
 
normalizeIndex(int, int, int) - Method in class org.HdrHistogram.AbstractHistogram
 
normalizingIndexOffset - Variable in class org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset
 
normalizingIndexOffset - Variable in class org.HdrHistogram.Histogram
 
normalizingIndexOffset - Variable in class org.HdrHistogram.IntCountsHistogram
 
normalizingIndexOffset - Variable in class org.HdrHistogram.ShortCountsHistogram
 
numberOfSignificantValueDigits - Variable in class org.HdrHistogram.AbstractHistogramBase
 
numberOfSubbuckets(int) - Static method in class org.HdrHistogram.AbstractHistogram
 

O

observedBaseTime - Variable in class org.HdrHistogram.HistogramLogReader
 
observedStartTime - Variable in class org.HdrHistogram.HistogramLogReader
 
oddEndEpoch - Variable in class org.HdrHistogram.WriterReaderPhaser
 
oddEndEpochUpdater - Static variable in class org.HdrHistogram.WriterReaderPhaser
 
onBaseTime(double) - Method in interface org.HdrHistogram.HistogramLogScanner.EventHandler
 
onComment(String) - Method in interface org.HdrHistogram.HistogramLogScanner.EventHandler
 
oneAtATimeHashStep(int, int) - Method in class org.HdrHistogram.AbstractHistogram
 
onException(Throwable) - Method in interface org.HdrHistogram.HistogramLogScanner.EventHandler
 
onHistogram(String, double, double, HistogramLogScanner.EncodableHistogramSupplier) - Method in interface org.HdrHistogram.HistogramLogScanner.EventHandler
A lazy reader is provided to allow fast skipping of bulk of work where tag or timestamp are to be used as a basis for filtering the EncodableHistogram anyway.
onStartTime(double) - Method in interface org.HdrHistogram.HistogramLogScanner.EventHandler
 
org.HdrHistogram - package org.HdrHistogram
A High Dynamic Range (HDR) Histogram Package
outputBaseTime(long) - Method in class org.HdrHistogram.HistogramLogWriter
Log a base time in the log.
outputComment(String) - Method in class org.HdrHistogram.HistogramLogWriter
Log a comment to the log.
outputFileName - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
outputIntervalHistogram(double, double, EncodableHistogram, double) - Method in class org.HdrHistogram.HistogramLogWriter
Output an interval histogram, with the given timestamp information and the [optional] tag associated with the histogram, using a configurable maxValueUnitRatio.
outputIntervalHistogram(double, double, EncodableHistogram) - Method in class org.HdrHistogram.HistogramLogWriter
Output an interval histogram, with the given timestamp information, and the [optional] tag associated with the histogram.
outputIntervalHistogram(EncodableHistogram) - Method in class org.HdrHistogram.HistogramLogWriter
Output an interval histogram, using the start/end timestamp indicated in the histogram, and the [optional] tag associated with the histogram.
outputLegend() - Method in class org.HdrHistogram.HistogramLogWriter
Output a legend line to the log.
outputLogFormatVersion() - Method in class org.HdrHistogram.HistogramLogWriter
Output a log format version to the log.
outputPercentileDistribution(PrintStream, Double) - Method in class org.HdrHistogram.AbstractHistogram
Produce textual representation of the value distribution of histogram data by percentile.
outputPercentileDistribution(PrintStream, int, Double) - Method in class org.HdrHistogram.AbstractHistogram
Produce textual representation of the value distribution of histogram data by percentile.
outputPercentileDistribution(PrintStream, int, Double, boolean) - Method in class org.HdrHistogram.AbstractHistogram
Produce textual representation of the value distribution of histogram data by percentile.
outputPercentileDistribution(PrintStream, Double) - Method in class org.HdrHistogram.DoubleHistogram
Produce textual representation of the value distribution of histogram data by percentile.
outputPercentileDistribution(PrintStream, int, Double) - Method in class org.HdrHistogram.DoubleHistogram
Produce textual representation of the value distribution of histogram data by percentile.
outputPercentileDistribution(PrintStream, int, Double, boolean) - Method in class org.HdrHistogram.DoubleHistogram
Produce textual representation of the value distribution of histogram data by percentile.
outputPercentileDistribution(PrintStream, Double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
outputPercentileDistribution(PrintStream, int, Double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
outputPercentileDistribution(PrintStream, int, Double, boolean) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
outputPercentileDistribution(PrintStream, Double) - Method in class org.HdrHistogram.SynchronizedHistogram
 
outputPercentileDistribution(PrintStream, int, Double) - Method in class org.HdrHistogram.SynchronizedHistogram
 
outputPercentileDistribution(PrintStream, int, Double, boolean) - Method in class org.HdrHistogram.SynchronizedHistogram
 
outputStartTime(PrintStream, Double) - Method in class org.HdrHistogram.HistogramLogProcessor
 
outputStartTime(long) - Method in class org.HdrHistogram.HistogramLogWriter
Log a start time in the log.
outputTimeRange(PrintStream, String) - Method in class org.HdrHistogram.HistogramLogProcessor
 
outputValueUnitRatio - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 

P

parseBase64Binary(String) - Static method in class org.HdrHistogram.Base64Helper
Converts a Base64 encoded String to a byte array
percentile - Variable in class org.HdrHistogram.HistogramIterationValue
 
percentileIterator - Variable in class org.HdrHistogram.AbstractHistogramBase
 
PercentileIterator - Class in org.HdrHistogram
Used for iterating through histogram values according to percentile levels.
PercentileIterator(AbstractHistogram, int) - Constructor for class org.HdrHistogram.PercentileIterator
 
percentileLevelIteratedTo - Variable in class org.HdrHistogram.HistogramIterationValue
 
percentileLevelToIterateFrom - Variable in class org.HdrHistogram.PercentileIterator
 
percentileLevelToIterateTo - Variable in class org.HdrHistogram.PercentileIterator
 
percentiles(int) - Method in class org.HdrHistogram.AbstractHistogram
Provide a means of iterating through histogram values according to percentile levels.
Percentiles(AbstractHistogram, int) - Constructor for class org.HdrHistogram.AbstractHistogram.Percentiles
 
percentiles(int) - Method in class org.HdrHistogram.DoubleHistogram
Provide a means of iterating through histogram values according to percentile levels.
Percentiles(DoubleHistogram, int) - Constructor for class org.HdrHistogram.DoubleHistogram.Percentiles
 
percentiles(int) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
percentiles(int) - Method in class org.HdrHistogram.SynchronizedHistogram
 
percentilesOutputTicksPerHalf - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
percentileTicksPerHalfDistance - Variable in class org.HdrHistogram.AbstractHistogram.Percentiles
 
percentileTicksPerHalfDistance - Variable in class org.HdrHistogram.DoubleHistogram.Percentiles
 
percentileTicksPerHalfDistance - Variable in class org.HdrHistogram.PercentileIterator
 
performIntervalSample() - Method in class org.HdrHistogram.DoubleRecorder
 
performIntervalSample() - Method in class org.HdrHistogram.Recorder
 
performIntervalSample() - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
 
performIntervalSample() - Method in class org.HdrHistogram.SingleWriterRecorder
 
prevValueIteratedTo - Variable in class org.HdrHistogram.AbstractHistogramIterator
 
printBase64Binary(byte[]) - Static method in class org.HdrHistogram.Base64Helper
Converts an array of bytes into a Base64 string.
process(HistogramLogScanner.EventHandler) - Method in class org.HdrHistogram.HistogramLogScanner
 
putInt(ByteBuffer, int) - Static method in class org.HdrHistogram.ZigZagEncoding
Writes an int value to the given buffer in LEB128-64b9B ZigZag encoded format
putLong(ByteBuffer, long) - Static method in class org.HdrHistogram.ZigZagEncoding
Writes a long value to the given buffer in LEB128 ZigZag encoded format

R

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
Enter to a critical section containing a read operation (mutually excludes against other WriterReaderPhaser.readerLock calls).
readerUnlock() - Method in class org.HdrHistogram.WriterReaderPhaser
Exit from a critical section containing a read operation (relinquishes mutual exclusion against other WriterReaderPhaser.readerLock calls).
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
Deprecated.
Record a value in the histogram. This deprecated method has identical behavior to recordValueWithExpectedInterval(). It was renamed to avoid ambiguity.
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.

S

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
Construct an auto-resizing SingleWriterDoubleRecorder using a precision stated as a number of significant decimal digits.
SingleWriterDoubleRecorder(long, int) - Constructor for class org.HdrHistogram.SingleWriterDoubleRecorder
Construct a SingleWriterDoubleRecorder dynamic range of values to cover and a number of significant decimal digits.
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)

T

tag - Variable in class org.HdrHistogram.AbstractHistogramBase
 
tag - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
targetBuffer - Variable in class org.HdrHistogram.HistogramLogWriter
 
toString() - Method in class org.HdrHistogram.DoubleHistogramIterationValue
 
toString() - Method in class org.HdrHistogram.HistogramIterationValue
 
totalCount - Variable in class org.HdrHistogram.AtomicHistogram
 
totalCount - Variable in class org.HdrHistogram.ConcurrentHistogram
 
totalCount - Variable in class org.HdrHistogram.Histogram
 
totalCount - Variable in class org.HdrHistogram.IntCountsHistogram
 
totalCount - Variable in class org.HdrHistogram.ShortCountsHistogram
 
totalCountToCurrentIndex - Variable in class org.HdrHistogram.AbstractHistogramIterator
 
totalCountToPrevIndex - Variable in class org.HdrHistogram.AbstractHistogramIterator
 
totalCountToThisValue - Variable in class org.HdrHistogram.HistogramIterationValue
 
totalCountUpdater - Static variable in class org.HdrHistogram.AtomicHistogram
 
totalCountUpdater - Static variable in class org.HdrHistogram.ConcurrentHistogram
 
totalValueToCurrentIndex - Variable in class org.HdrHistogram.AbstractHistogramIterator
 
totalValueToThisValue - Variable in class org.HdrHistogram.HistogramIterationValue
 

U

unitMagnitude - Variable in class org.HdrHistogram.AbstractHistogram
Largest k such that 2^k <= lowestDiscernibleValue
unitMagnitudeMask - Variable in class org.HdrHistogram.AbstractHistogram
Lowest unitMagnitude bits are set
updatedMaxValue(long) - Method in class org.HdrHistogram.AbstractHistogram
Set internally tracked maxValue to new value if new value is greater than current one.
updateMinAndMax(long) - Method in class org.HdrHistogram.AbstractHistogram
 
updateMinNonZeroValue(long) - Method in class org.HdrHistogram.AbstractHistogram
Set internally tracked minNonZeroValue to new value if new value is smaller than current one.

V

V0_ENCODING_HEADER_SIZE - Static variable in class org.HdrHistogram.AbstractHistogram
 
V0CompressedEncodingCookieBase - Static variable in class org.HdrHistogram.AbstractHistogram
 
V0EncodingCookieBase - Static variable in class org.HdrHistogram.AbstractHistogram
 
V1CompressedEncodingCookieBase - Static variable in class org.HdrHistogram.AbstractHistogram
 
V1EncodingCookieBase - Static variable in class org.HdrHistogram.AbstractHistogram
 
V2CompressedEncodingCookieBase - Static variable in class org.HdrHistogram.AbstractHistogram
 
V2EncodingCookieBase - Static variable in class org.HdrHistogram.AbstractHistogram
 
V2maxWordSizeInBytes - Static variable in class org.HdrHistogram.AbstractHistogram
 
validateFitAsReplacementHistogram(DoubleHistogram, boolean) - Method in class org.HdrHistogram.DoubleRecorder
 
validateFitAsReplacementHistogram(Histogram, boolean) - Method in class org.HdrHistogram.Recorder
 
validateFitAsReplacementHistogram(DoubleHistogram, boolean) - Method in class org.HdrHistogram.SingleWriterDoubleRecorder
 
validateFitAsReplacementHistogram(Histogram, boolean) - Method in class org.HdrHistogram.SingleWriterRecorder
 
valueFromIndex(int, int) - Method in class org.HdrHistogram.AbstractHistogram
 
valueFromIndex(int) - Method in class org.HdrHistogram.AbstractHistogram
 
valueIteratedFrom - Variable in class org.HdrHistogram.HistogramIterationValue
 
valueIteratedTo - Variable in class org.HdrHistogram.HistogramIterationValue
 
ValueRecorder - Interface in org.HdrHistogram
 
valuesAreEquivalent(long, long) - Method in class org.HdrHistogram.AbstractHistogram
Determine if two values are equivalent with the histogram's resolution.
valuesAreEquivalent(double, double) - Method in class org.HdrHistogram.DoubleHistogram
Determine if two values are equivalent with the histogram's resolution.
valuesAreEquivalent(double, double) - Method in class org.HdrHistogram.SynchronizedDoubleHistogram
 
valuesAreEquivalent(long, long) - Method in class org.HdrHistogram.SynchronizedHistogram
 
valueUnitsInFirstBucket - Variable in class org.HdrHistogram.AbstractHistogram.LogarithmicBucketValues
 
valueUnitsInFirstBucket - Variable in class org.HdrHistogram.DoubleHistogram.LogarithmicBucketValues
 
valueUnitsInFirstBucket - Variable in class org.HdrHistogram.LogarithmicIterator
 
valueUnitsPerBucket - Variable in class org.HdrHistogram.AbstractHistogram.LinearBucketValues
 
valueUnitsPerBucket - Variable in class org.HdrHistogram.DoubleHistogram.LinearBucketValues
 
valueUnitsPerBucket - Variable in class org.HdrHistogram.LinearIterator
 
verbose - Variable in class org.HdrHistogram.HistogramLogProcessor.HistogramLogProcessorConfiguration
 
Version - Class in org.HdrHistogram
 
Version() - Constructor for class org.HdrHistogram.Version
 
version - Static variable in class org.HdrHistogram.Version
 
versionString - Static variable in class org.HdrHistogram.HistogramLogProcessor
 
visitedIndex - Variable in class org.HdrHistogram.AllValuesIterator
 
visitedIndex - Variable in class org.HdrHistogram.RecordedValuesIterator
 

W

wordSizeInBytes - Variable in class org.HdrHistogram.AbstractHistogramBase
 
writeObject(ObjectOutputStream) - Method in class org.HdrHistogram.AbstractHistogram
 
writeObject(ObjectOutputStream) - Method in class org.HdrHistogram.DoubleHistogram
 
writerCriticalSectionEnter() - Method in class org.HdrHistogram.WriterReaderPhaser
Indicate entry to a critical section containing a write operation.
writerCriticalSectionExit(long) - Method in class org.HdrHistogram.WriterReaderPhaser
Indicate exit from a critical section containing a write operation.
WriterReaderPhaser - Class in org.HdrHistogram
WriterReaderPhaser instances provide an asymmetric means for synchronizing the execution of wait-free "writer" critical sections against a "reader phase flip" that needs to make sure no writer critical sections that were active at the beginning of the flip are still active after the flip is done.
WriterReaderPhaser() - Constructor for class org.HdrHistogram.WriterReaderPhaser
 
wrp - Variable in class org.HdrHistogram.ConcurrentHistogram
 

Z

ZigZagEncoding - Class in org.HdrHistogram
This class provides encoding and decoding methods for writing and reading ZigZag-encoded LEB128-64b9B-variant (Little Endian Base 128) values to/from a ByteBuffer.
ZigZagEncoding() - Constructor for class org.HdrHistogram.ZigZagEncoding
 

_

_getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.AbstractHistogram
 
_getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.AtomicHistogram
 
_getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.ConcurrentHistogram
 
_getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.Histogram
 
_getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.IntCountsHistogram
 
_getEstimatedFootprintInBytes() - Method in class org.HdrHistogram.ShortCountsHistogram
 
A B C D E F G H I L M N O P R S T U V W Z _ 
Skip navigation links