Uses of Class
org.HdrHistogram.PackedConcurrentHistogram
Packages that use PackedConcurrentHistogram
-
Uses of PackedConcurrentHistogram in org.HdrHistogram
Methods in org.HdrHistogram that return PackedConcurrentHistogramModifier and TypeMethodDescriptionPackedConcurrentHistogram.copy()PackedConcurrentHistogram.copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples) static PackedConcurrentHistogramPackedConcurrentHistogram.decodeFromByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue) Construct a new histogram by decoding it from a ByteBuffer.static PackedConcurrentHistogramPackedConcurrentHistogram.decodeFromCompressedByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue) Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static PackedConcurrentHistogramPackedConcurrentHistogram.fromString(String base64CompressedHistogramString) Construct a new ConcurrentHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.