| Constructor and Description |
|---|
DropwizardCounter(com.codahale.metrics.Counter counter) |
| Modifier and Type | Method and Description |
|---|---|
void |
decrement()
Decrement
this by 1. |
void |
decrement(long n)
Decrement
this by n. |
void |
increment()
Increment
this by 1. |
void |
increment(long n)
Increment
this by n. |
public void increment()
Counterthis by 1.public void increment(long n)
Counterthis by n.public void decrement()
Counterthis by 1.Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.