Constructor and Description |
---|
LongAdderCounter() |
Modifier and Type | Method and Description |
---|---|
void |
add(long delta)
Add delta to the value associated with this stat.
|
void |
clear()
Clear this stat.
|
void |
dec()
Decrement the value associated with this stat.
|
java.lang.Long |
get()
Get the value associated with this stat.
|
void |
inc()
Increment the value associated with this stat.
|
public void clear()
Counter
public void inc()
Counter
public void dec()
Counter
public void add(long delta)
Counter
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.