Uses of Class
org.HdrHistogram.ConcurrentDoubleHistogram
-
-
Uses of ConcurrentDoubleHistogram in org.HdrHistogram
Subclasses of ConcurrentDoubleHistogram in org.HdrHistogram Modifier and Type Class Description private class
DoubleRecorder.InternalConcurrentDoubleHistogram
Constructors in org.HdrHistogram with parameters of type ConcurrentDoubleHistogram Constructor Description SynchronizedDoubleHistogram(ConcurrentDoubleHistogram source)
Construct aSynchronizedDoubleHistogram
with the same range settings as a given source, duplicating the source's start/end timestamps (but NOT it's contents)
-