ConcurrentHistogram |
ConcurrentHistogram.copy() |
ConcurrentHistogram |
ConcurrentHistogram.copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples) |
static ConcurrentHistogram |
ConcurrentHistogram.decodeFromByteBuffer(java.nio.ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer.
|
static ConcurrentHistogram |
ConcurrentHistogram.decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
|