public class MutableFastCounter
extends MutableCounter
| Modifier | Constructor and Description |
|---|---|
protected |
MutableFastCounter(MetricsInfo info,
long iVal) |
| Modifier and Type | Method and Description |
|---|---|
void |
incr() |
void |
incr(long delta)
Increment the value by a delta
|
void |
snapshot(MetricsRecordBuilder builder,
boolean all) |
long |
value() |