| Package | Description |
|---|---|
| com.yammer.metrics.core |
| Modifier and Type | Method and Description |
|---|---|
static DeltaCounter |
DeltaCounter.get(com.yammer.metrics.core.MetricName metricName)
A static factory method to create an instance of DeltaCounter.
|
static DeltaCounter |
DeltaCounter.get(com.yammer.metrics.core.MetricsRegistry registry,
com.yammer.metrics.core.MetricName metricName)
A static factory method to create an instance of Delta Counter.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
DeltaCounter.processDeltaCounter(DeltaCounter counter)
This method returns the current count of the DeltaCounter and resets the counter.
|
Copyright © 2018. All rights reserved.