Packages

p

org

HdrHistogram

package HdrHistogram

Type Members

  1. class BaseAtomicHdrHistogram extends AbstractHistogramBase with HdrHistogramInternalState

    Exposes internal state from the org.HdrHistogram.AtomicHistogram class.

    Exposes internal state from the org.HdrHistogram.AtomicHistogram class.

    Could extend AtomicHistogram and avoid the delegate pattern, but for issue https://github.com/scala/bug/issues/11575

  2. class BaseLocalHdrHistogram extends Histogram with HdrHistogramInternalState

    Exposes internal state from the org.HdrHistogram.Histogram class.

  3. trait HdrHistogramInternalState extends AnyRef

    This interface is used as an extension to org.HdrHistogram types for the only purpose of accessing internal state that is not visible outside of the org.HdrHistogram package.

  4. class ZigZag extends AnyRef

    Exposes the encoding functions on org.HdrHistogram.ZigZagEncoding.

Ungrouped