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