Uses of Class
com.codahale.metrics.Meter
-
-
Uses of Meter in com.codahale.metrics
Methods in com.codahale.metrics that return Meter Modifier and Type Method Description MeterMetricRegistry. meter(String name)MeterMetricRegistry. meter(String name, MetricRegistry.MetricSupplier<Meter> supplier)Methods in com.codahale.metrics that return types with arguments of type Meter Modifier and Type Method Description SortedMap<String,Meter>MetricRegistry. getMeters()Returns a map of all the meters in the registry and their names.SortedMap<String,Meter>MetricRegistry. getMeters(MetricFilter filter)Returns a map of all the meters in the registry and their names which match the given filter.Methods in com.codahale.metrics with parameters of type Meter Modifier and Type Method Description voidMetricRegistryListener.Base. onMeterAdded(String name, Meter meter)voidMetricRegistryListener. onMeterAdded(String name, Meter meter)Called when aMeteris added to the registry.Method parameters in com.codahale.metrics with type arguments of type Meter Modifier and Type Method Description MeterMetricRegistry. meter(String name, MetricRegistry.MetricSupplier<Meter> supplier)Constructors in com.codahale.metrics with parameters of type Meter Constructor Description Timer(Meter meter, Histogram histogram, Clock clock)
-