|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counter | |
---|---|
com.yammer.metrics | |
com.yammer.metrics.core | |
com.yammer.metrics.reporting | |
com.yammer.metrics.util |
Uses of Counter in com.yammer.metrics |
---|
Methods in com.yammer.metrics that return Counter | |
---|---|
static Counter |
Metrics.newCounter(Class<?> klass,
String name)
Creates a new Counter and registers it under the given class
and name. |
static Counter |
Metrics.newCounter(Class<?> klass,
String name,
String scope)
Creates a new Counter and registers it under the given class
and name. |
static Counter |
Metrics.newCounter(MetricName metricName)
Creates a new Counter and registers it under the given metric
name. |
Uses of Counter in com.yammer.metrics.core |
---|
Methods in com.yammer.metrics.core that return Counter | |
---|---|
Counter |
MetricsRegistry.newCounter(Class<?> klass,
String name)
Creates a new Counter and registers it under the given class and name. |
Counter |
MetricsRegistry.newCounter(Class<?> klass,
String name,
String scope)
Creates a new Counter and registers it under the given class and name. |
Counter |
MetricsRegistry.newCounter(MetricName metricName)
Creates a new Counter and registers it under the given metric name. |
Methods in com.yammer.metrics.core with parameters of type Counter | |
---|---|
void |
MetricProcessor.processCounter(MetricName name,
Counter counter,
T context)
Process the given counter. |
Uses of Counter in com.yammer.metrics.reporting |
---|
Methods in com.yammer.metrics.reporting with parameters of type Counter | |
---|---|
void |
CsvReporter.processCounter(MetricName name,
Counter counter,
CsvReporter.Context context)
|
void |
JmxReporter.processCounter(MetricName name,
Counter counter,
com.yammer.metrics.reporting.JmxReporter.Context context)
|
void |
ConsoleReporter.processCounter(MetricName name,
Counter counter,
PrintStream stream)
|
Uses of Counter in com.yammer.metrics.util |
---|
Constructors in com.yammer.metrics.util with parameters of type Counter | |
---|---|
DeathRattleExceptionHandler(Counter counter)
Creates a new DeathRattleExceptionHandler with the given Counter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |