Class CacheStatsSet

java.lang.Object
org.graylog2.metrics.CacheStatsSet
All Implemented Interfaces:
com.codahale.metrics.Metric, com.codahale.metrics.MetricSet

public class CacheStatsSet extends Object implements com.codahale.metrics.MetricSet
  • Constructor Details

    • CacheStatsSet

      public CacheStatsSet(String prefix, com.google.common.cache.Cache cache)
  • Method Details

    • getMetrics

      public Map<String,com.codahale.metrics.Metric> getMetrics()
      Specified by:
      getMetrics in interface com.codahale.metrics.MetricSet