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 full minute.
|
long |
getMin()
Get the minimum value of the ConcurrentGauge for the previously completed full minute.
|
void |
inc()
Increment the concurrent gauge's value by 1
|
long getCount()
long getMax()
This represents the highest number of concurrent invocations in the last complete full minute.
long getMin()
This represents the lowest number of concurrent invocations in the last complete full minute.
void inc()
void dec()