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()
This represents the highest number of concurrent invocations in the last complete minute.
long getMin()
This represents the lowest number of concurrent invocations in the last complete minute.
void inc()
void dec()
Copyright © 2020. All rights reserved.