Uses of Class
org.HdrHistogram.ConcurrentDoubleHistogram

Uses of ConcurrentDoubleHistogram in org.HdrHistogram
 

Constructors in org.HdrHistogram with parameters of type ConcurrentDoubleHistogram
ConcurrentDoubleHistogram(ConcurrentDoubleHistogram source)
          Construct a ConcurrentDoubleHistogram with the same range settings as a given source, duplicating the source's start/end timestamps (but NOT it's contents)
SynchronizedDoubleHistogram(ConcurrentDoubleHistogram source)
          Construct a SynchronizedDoubleHistogram with the same range settings as a given source, duplicating the source's start/end timestamps (but NOT it's contents)
 



Copyright © 2015. All rights reserved.