A
B
C
D
G
H
I
L
M
O
P
R
S
D
- dec() - function in org.jitsi.metrics.LongGaugeMetric
- Atomically decrements the value of this gauge by one.
- decAndGet() - function in org.jitsi.metrics.DoubleGaugeMetric
- Atomically decrements the value of this gauge by one, returning the updated value.
- decAndGet() - function in org.jitsi.metrics.LongGaugeMetric
- Atomically decrements the value of this gauge by one, returning the updated value.
- DoubleGaugeMetric - class in org.jitsi.metrics
- A double metric wrapper for Prometheus Gauges.