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

Packages that use HistogramMetric
com.yammer.metrics   
com.yammer.metrics.core   
com.yammer.metrics.reporting   
 

Uses of HistogramMetric in com.yammer.metrics
 

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

Uses of HistogramMetric in com.yammer.metrics.core
 

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

Methods in com.yammer.metrics.core with parameters of type HistogramMetric
 void MetricsProcessor.processHistogram(MetricName name, HistogramMetric histogram, T context)
           
 

Uses of HistogramMetric in com.yammer.metrics.reporting
 

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

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



Copyright © 2011. All Rights Reserved.