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

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

Uses of Histogram in com.yammer.metrics
 

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

Uses of Histogram in com.yammer.metrics.core
 

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

Methods in com.yammer.metrics.core with parameters of type Histogram
 void MetricProcessor.processHistogram(MetricName name, Histogram histogram, T context)
          Process the given histogram.
 

Uses of Histogram in com.yammer.metrics.reporting
 

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



Copyright © 2012. All Rights Reserved.