Interface ReservoirFactory

    • Method Detail

      • getReservoir

        com.codahale.metrics.Reservoir getReservoir​(String name)
        Return the Reservoir instance to use or null if a custom reservoir is not needed.
        Parameters:
        name - the name of the metric
        Returns:
        a reservoir instance or null