Modifier and Type | Method and Description |
---|---|
IntCountsHistogram |
IntCountsHistogram.copy() |
IntCountsHistogram |
IntCountsHistogram.copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples) |
static IntCountsHistogram |
IntCountsHistogram.decodeFromByteBuffer(java.nio.ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer.
|
static IntCountsHistogram |
IntCountsHistogram.decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
|