| Package | Description |
|---|---|
| org.HdrHistogram |
A High Dynamic Range (HDR) Histogram Package
|
| Modifier and Type | Method and Description |
|---|---|
PackedHistogram |
PackedHistogram.copy() |
PackedHistogram |
PackedHistogram.copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples) |
static PackedHistogram |
PackedHistogram.decodeFromByteBuffer(ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer.
|
static PackedHistogram |
PackedHistogram.decodeFromCompressedByteBuffer(ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
|
Copyright © 2019. All rights reserved.