Uses of Interface
com.codahale.metrics.MetricSet
-
Uses of MetricSet in com.codahale.metrics
Classes in com.codahale.metrics that implement MetricSetModifier and TypeClassDescriptionclassA registry of metric instances.final classA registry of metric instances which never creates or registers any metrics and returns no-op implementations of any metric type.Methods in com.codahale.metrics with parameters of type MetricSetModifier and TypeMethodDescriptionvoidMetricRegistry.registerAll(MetricSet metrics) Given a metric set, registers them.voidMetricRegistry.registerAll(String prefix, MetricSet metrics) Given a metric set, registers them with the given prefix prepended to their names.voidNoopMetricRegistry.registerAll(MetricSet metrics) Given a metric set, registers them.voidNoopMetricRegistry.registerAll(String prefix, MetricSet metrics) Given a metric set, registers them with the given prefix prepended to their names.