Uses of Class
com.yammer.metrics.core.CounterMetric

Packages that use CounterMetric
com.yammer.metrics   
com.yammer.metrics.core   
com.yammer.metrics.reporting   
com.yammer.metrics.util   
 

Uses of CounterMetric in com.yammer.metrics
 

Methods in com.yammer.metrics that return CounterMetric
static CounterMetric Metrics.newCounter(Class<?> klass, String name)
          Creates a new CounterMetric and registers it under the given class and name.
static CounterMetric Metrics.newCounter(Class<?> klass, String name, String scope)
          Creates a new CounterMetric and registers it under the given class and name.
static CounterMetric Metrics.newCounter(MetricName metricName)
          Creates a new CounterMetric and registers it under the given metric name.
 

Uses of CounterMetric in com.yammer.metrics.core
 

Methods in com.yammer.metrics.core that return CounterMetric
 CounterMetric MetricsRegistry.newCounter(Class<?> klass, String name)
          Creates a new CounterMetric and registers it under the given class and name.
 CounterMetric MetricsRegistry.newCounter(Class<?> klass, String name, String scope)
          Creates a new CounterMetric and registers it under the given class and name.
 CounterMetric MetricsRegistry.newCounter(MetricName metricName)
          Creates a new CounterMetric and registers it under the given metric name.
 

Methods in com.yammer.metrics.core with parameters of type CounterMetric
 void MetricsProcessor.processCounter(MetricName name, CounterMetric counter, T context)
           
 

Uses of CounterMetric in com.yammer.metrics.reporting
 

Methods in com.yammer.metrics.reporting with parameters of type CounterMetric
 void CsvReporter.processCounter(MetricName name, CounterMetric counter, CsvReporter.Context context)
           
 void JmxReporter.processCounter(MetricName name, CounterMetric counter, JmxReporter.Context context)
           
 void ConsoleReporter.processCounter(MetricName name, CounterMetric counter, PrintStream stream)
           
 

Constructors in com.yammer.metrics.reporting with parameters of type CounterMetric
JmxReporter.Counter(CounterMetric metric, ObjectName objectName)
           
 

Uses of CounterMetric in com.yammer.metrics.util
 

Constructors in com.yammer.metrics.util with parameters of type CounterMetric
DeathRattleExceptionHandler(CounterMetric deathRattle)
           
 



Copyright © 2011. All Rights Reserved.