| Package | Description |
|---|---|
| org.HdrHistogram |
A High Dynamic Range (HDR) Histogram Package
|
| Modifier and Type | Class and Description |
|---|---|
class |
PackedConcurrentDoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and
supports safe concurrent recording operations.
|
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentDoubleHistogram |
ConcurrentDoubleHistogram.decodeFromByteBuffer(ByteBuffer buffer,
long minBarForHighestToLowestValueRatio)
Construct a new ConcurrentDoubleHistogram by decoding it from a ByteBuffer.
|
static ConcurrentDoubleHistogram |
ConcurrentDoubleHistogram.decodeFromCompressedByteBuffer(ByteBuffer buffer,
long minBarForHighestToLowestValueRatio)
Construct a new ConcurrentDoubleHistogram by decoding it from a compressed form in a ByteBuffer.
|
| Constructor and Description |
|---|
SynchronizedDoubleHistogram(ConcurrentDoubleHistogram source)
Construct a
SynchronizedDoubleHistogram with the same range settings as a given source,
duplicating the source's start/end timestamps (but NOT it's contents) |
Copyright © 2019. All rights reserved.