All Classes Interface Summary Class Summary Exception Summary
Class |
Description |
AbstractHistogram |
An abstract base class for integer values High Dynamic Range (HDR) Histograms
|
AbstractHistogramBase |
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.
|
AbstractHistogramIterator |
Used for iterating through histogram values.
|
AbstractPackedArrayContext |
A packed-value, sparse array context used for storing 64 bit signed values.
|
AbstractPackedArrayContext.RetryException |
|
AbstractPackedLongArray |
A Packed array of signed 64 bit values, and supports get() , set() ,
add() and increment() operations on the logical contents of the array.
|
AllValuesIterator |
Used for iterating through histogram values using the finest granularity steps supported by the underlying
representation.
|
AtomicHistogram |
A High Dynamic Range (HDR) Histogram using atomic long count type
|
Base64Helper |
Base64Helper exists to bridge inconsistencies in Java SE support of Base64 encoding and decoding.
|
ConcurrentDoubleHistogram |
A floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording
operations.
|
ConcurrentHistogram |
An integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.
|
ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset |
|
ConcurrentHistogram.ConcurrentArrayWithNormalizingOffset |
|
ConcurrentPackedArrayContext |
|
ConcurrentPackedLongArray |
A Packed array of signed 64 bit values that supports get() , set() ,
add() and increment() operations the logical contents of the array.
|
DoubleAllValuesIterator |
Used for iterating through DoubleHistogram values using the finest granularity steps supported by the
underlying representation.
|
DoubleHistogram |
A floating point values High Dynamic Range (HDR) Histogram
|
DoubleHistogramIterationValue |
Represents a value point iterated through in a DoubleHistogram , with associated stats.
|
DoubleLinearIterator |
|
DoubleLogarithmicIterator |
Used for iterating through DoubleHistogram values values in logarithmically increasing levels.
|
DoublePercentileIterator |
Used for iterating through DoubleHistogram values values according to percentile levels.
|
DoubleRecordedValuesIterator |
Used for iterating through DoubleHistogram values values using the finest granularity steps supported by
the underlying representation.
|
DoubleRecorder |
Records floating point (double) values, and provides stable
interval DoubleHistogram samples from live recorded data without interrupting or stalling active recording
of values.
|
DoubleRecorder.InternalConcurrentDoubleHistogram |
|
DoubleRecorder.PackedInternalConcurrentDoubleHistogram |
|
DoubleValueRecorder |
|
EncodableHistogram |
A base class for all encodable (and decodable) histogram classes.
|
Histogram |
A High Dynamic Range (HDR) Histogram
|
HistogramIterationValue |
Represents a value point iterated through in a Histogram, with associated stats.
|
HistogramLogProcessor |
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.HistogramLogProcessorConfiguration |
|
HistogramLogReader |
A histogram log reader.
|
HistogramLogScanner |
|
HistogramLogScanner.EncodableHistogramSupplier |
|
HistogramLogScanner.EventHandler |
Handles log events, return true to stop processing.
|
HistogramLogScanner.LazyHistogramReader |
|
HistogramLogWriter |
A histogram log writer.
|
IntCountsHistogram |
A High Dynamic Range (HDR) Histogram using an int count type
|
IterationValue |
An iteration value representing the index iterated to, and the value found at that index
|
LinearIterator |
Used for iterating through histogram values in linear steps.
|
LogarithmicIterator |
Used for iterating through histogram values in logarithmically increasing levels.
|
PackedArrayContext |
A non-concurrent array context.
|
PackedArrayRecorder |
Records increments and adds of integer values at indexes of a logical array of 64 bit signed integer values, and
provides stable interval PackedLongArray samples from live recorded data without interrupting or stalling
active recording of values.
|
PackedArrayRecorder.InternalConcurrentPackedLongArray |
|
PackedArraySingleWriterRecorder |
Records increments and adds of integer values at indexes of a logical array of 64 bit signed integer values, and
provides stable interval PackedLongArray samples from live recorded data without interrupting or stalling
active recording of values.
|
PackedArraySingleWriterRecorder.InternalPackedLongArray |
|
PackedConcurrentDoubleHistogram |
A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and
supports safe concurrent recording operations.
|
PackedConcurrentHistogram |
An integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation
and supports safe concurrent recording operations.
|
PackedConcurrentHistogram.ConcurrentPackedArrayWithNormalizingOffset |
|
PackedDoubleHistogram |
A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation
|
PackedHistogram |
A High Dynamic Range (HDR) Histogram that uses a packed internal representation
|
PackedLongArray |
A Packed array of signed 64 bit values, and supports get() , set() ,
add() and increment() operations on the logical contents of the array.
|
PercentileIterator |
Used for iterating through histogram values according to percentile levels.
|
RecordedValuesIterator |
Used for iterating through all recorded histogram values using the finest granularity steps supported by the
underlying representation.
|
Recorder |
Records integer values, and provides stable interval Histogram samples from
live recorded data without interrupting or stalling active recording of values.
|
Recorder.InternalAtomicHistogram |
|
Recorder.InternalConcurrentHistogram |
|
Recorder.InternalPackedConcurrentHistogram |
|
ResizeException |
|
ShortCountsHistogram |
A High Dynamic Range (HDR) Histogram using a short count type
|
SingleWriterDoubleRecorder |
Records floating point values, and provides stable interval DoubleHistogram samples from live recorded data
without interrupting or stalling active recording of values.
|
SingleWriterRecorder |
Records integer values, and provides stable interval Histogram samples from
live recorded data without interrupting or stalling active recording of values.
|
SingleWriterRecorder.InternalHistogram |
|
SingleWriterRecorder.PackedInternalHistogram |
|
SynchronizedDoubleHistogram |
A floating point values High Dynamic Range (HDR) Histogram that is synchronized as a whole
|
SynchronizedHistogram |
An integer values High Dynamic Range (HDR) Histogram that is synchronized as a whole
|
ValueRecorder |
|
Version |
|
WriterReaderPhaser |
WriterReaderPhaser provides 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.
|
ZigZagEncoding |
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 .
|