| Package | Description |
|---|---|
| com.yammer.metrics | |
| com.yammer.metrics.core |
| Modifier and Type | Method and Description |
|---|---|
static Meter |
Metrics.newMeter(Class<?> klass,
String name,
String scope,
String eventType,
TimeUnit unit)
Creates a new
Meter and registers it under the given class,
name, and scope. |
static Meter |
Metrics.newMeter(Class<?> klass,
String name,
String eventType,
TimeUnit unit)
Creates a new
Meter and registers it under the given class
and name. |
static Meter |
Metrics.newMeter(MetricName metricName,
String eventType,
TimeUnit unit)
Creates a new
Meter and registers it under the given metric
name. |
| Modifier and Type | Method and Description |
|---|---|
Meter |
MetricsRegistry.newMeter(Class<?> klass,
String name,
String scope,
String eventType,
TimeUnit unit)
Creates a new
Meter and registers it under the given class, name, and scope. |
Meter |
MetricsRegistry.newMeter(Class<?> klass,
String name,
String eventType,
TimeUnit unit)
Creates a new
Meter and registers it under the given class and name. |
Meter |
MetricsRegistry.newMeter(MetricName metricName,
String eventType,
TimeUnit unit)
Creates a new
Meter and registers it under the given metric name. |
Copyright © 2012. All Rights Reserved.