All Classes and Interfaces
Class
Description
An abstract base class for integer values High Dynamic Range (HDR) Histograms
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.
Used for iterating through histogram values.
A packed-value, sparse array context used for storing 64 bit signed values.
A Packed array of signed 64 bit values, and supports
get(), set(),
add() and increment() operations on the logical contents of the array.Used for iterating through histogram values using the finest granularity steps supported by the underlying
representation.
A High Dynamic Range (HDR) Histogram using atomic
long count typeBase64Helper exists to bridge inconsistencies in Java SE support of Base64 encoding and decoding.
A floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording
operations.
An integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.
A Packed array of signed 64 bit values that supports
get(), set(), add() and
increment() operations the logical contents of the array.Used for iterating through
DoubleHistogram values using the finest granularity steps supported by the
underlying representation.A floating point values High Dynamic Range (HDR) Histogram
Represents a value point iterated through in a
DoubleHistogram, with associated stats.Used for iterating through
DoubleHistogram values in linear steps.Used for iterating through
DoubleHistogram values values in logarithmically increasing levels.Used for iterating through
DoubleHistogram values values according to percentile levels.Used for iterating through
DoubleHistogram values values using the finest granularity steps supported by
the underlying representation.Records floating point (double) values, and provides stable
interval
DoubleHistogram samples from live recorded data without interrupting or stalling active recording
of values.A base class for all encodable (and decodable) histogram classes.
A High Dynamic Range (HDR) Histogram
Represents a value point iterated through in a Histogram, with associated stats.
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.A histogram log reader.
Handles log events, return true to stop processing.
A histogram log writer.
A High Dynamic Range (HDR) Histogram using an
int count typeAn iteration value representing the index iterated to, and the value found at that index
Used for iterating through histogram values in linear steps.
Used for iterating through histogram values in logarithmically increasing levels.
A non-concurrent array context.
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.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.A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and
supports safe concurrent recording operations.
An integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation
and supports safe concurrent recording operations.
A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation
A High Dynamic Range (HDR) Histogram that uses a packed internal representation
A Packed array of signed 64 bit values, and supports
get(), set(),
add() and increment() operations on the logical contents of the array.Used for iterating through histogram values according to percentile levels.
Used for iterating through all recorded histogram values using the finest granularity steps supported by the
underlying representation.
Records integer values, and provides stable interval
Histogram samples from
live recorded data without interrupting or stalling active recording of values.A High Dynamic Range (HDR) Histogram using a
short count typeRecords floating point values, and provides stable interval
DoubleHistogram samples from live recorded data
without interrupting or stalling active recording of values.Records integer values, and provides stable interval
Histogram samples from
live recorded data without interrupting or stalling active recording of values.A floating point values High Dynamic Range (HDR) Histogram that is synchronized as a whole
An integer values High Dynamic Range (HDR) Histogram that is synchronized as a whole
A WriterReaderPhaser
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.