Uses of Class
de.hybris.platform.metrics.dropwizard.MetricUtils.CachedMetrics
-
Packages that use MetricUtils.CachedMetrics Package Description de.hybris.platform.metrics.dropwizard -
-
Uses of MetricUtils.CachedMetrics in de.hybris.platform.metrics.dropwizard
Methods in de.hybris.platform.metrics.dropwizard that return MetricUtils.CachedMetrics Modifier and Type Method Description static <K> MetricUtils.CachedMetrics<K>MetricUtils. metricCache()The method creates a cache for metrics to reduce the number of times the metric name is created.static <K> MetricUtils.CachedMetrics<K>MetricUtils. metricCache(com.codahale.metrics.MetricRegistry metricRegistry)The method creates a cache for metrics to reduce the number of times the metric name is created
-