接口 ReservoirFactory

    • 方法详细资料

      • getReservoir

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