Class ExponentiallyDecayingReservoirFactory

  • All Implemented Interfaces:
    ReservoirFactory

    public class ExponentiallyDecayingReservoirFactory
    extends java.lang.Object
    implements ReservoirFactory
    Create ExponentiallyDecayingReservoir for Histograms.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.codahale.metrics.Reservoir create()
      Create a new ExponentiallyDecayingReservoir.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExponentiallyDecayingReservoirFactory

        public ExponentiallyDecayingReservoirFactory()
    • Method Detail

      • create

        public com.codahale.metrics.Reservoir create()
        Create a new ExponentiallyDecayingReservoir.
        Specified by:
        create in interface ReservoirFactory
        Returns:
        the new Reservoir