Modifier and Type | Method and Description |
---|---|
void |
dec()
Decrement the concurrent gauge's value by 1
|
long |
getCount()
Get the current value of the ConcurrentGauge
|
long |
getMax()
Get the maximum value of the ConcurrentGauge for the previously completed minute.
|
long |
getMin()
Get the minimum value of the ConcurrentGauge for the previously completed minute.
|
void |
inc()
Increment the concurrent gauge's value by 1
|
long getCount()
long getMax()
long getMin()
void inc()
void dec()
Copyright © 2019. All rights reserved.