Modifier and Type | Class and Description |
---|---|
private class |
Recorder.InternalAtomicHistogram |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.concurrent.atomic.AtomicLongFieldUpdater<AtomicHistogram> |
AtomicHistogram.totalCountUpdater |
Modifier and Type | Method and Description |
---|---|
AtomicHistogram |
AtomicHistogram.copy() |
AtomicHistogram |
AtomicHistogram.copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples) |
static AtomicHistogram |
AtomicHistogram.decodeFromByteBuffer(java.nio.ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer.
|
static AtomicHistogram |
AtomicHistogram.decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
|