|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MeterMetric | |
|---|---|
| com.yammer.metrics | |
| com.yammer.metrics.core | |
| Uses of MeterMetric in com.yammer.metrics |
|---|
| Methods in com.yammer.metrics that return MeterMetric | |
|---|---|
static MeterMetric |
Metrics.newMeter(Class<?> klass,
String name,
String scope,
String eventType,
TimeUnit unit)
Creates a new MeterMetric and registers it under the given class, name, and scope. |
static MeterMetric |
Metrics.newMeter(Class<?> klass,
String name,
String eventType,
TimeUnit unit)
Creates a new MeterMetric and registers it under the given class and name. |
static MeterMetric |
Metrics.newMeter(MetricName metricName,
String eventType,
TimeUnit unit)
Creates a new MeterMetric and registers it under the given metric name. |
| Uses of MeterMetric in com.yammer.metrics.core |
|---|
| Methods in com.yammer.metrics.core that return MeterMetric | |
|---|---|
MeterMetric |
MetricsRegistry.newMeter(Class<?> klass,
String name,
String scope,
String eventType,
TimeUnit unit)
Creates a new MeterMetric and registers it under the given class, name, and scope. |
MeterMetric |
MetricsRegistry.newMeter(Class<?> klass,
String name,
String eventType,
TimeUnit unit)
Creates a new MeterMetric and registers it under the given class and name. |
MeterMetric |
MetricsRegistry.newMeter(MetricName metricName,
String eventType,
TimeUnit unit)
Creates a new MeterMetric and registers it under the given metric name. |
static MeterMetric |
MeterMetric.newMeter(ScheduledExecutorService tickThread,
String eventType,
TimeUnit rateUnit)
Creates a new MeterMetric. |
static MeterMetric |
MeterMetric.newMeter(String eventType,
TimeUnit rateUnit)
Deprecated. use the other newMeter method or create a new meter via the MetricsRegistry or Metrics |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||