A
B
C
D
G
H
I
L
M
O
P
R
S
A
- add(java.lang.Long) - function in org.jitsi.metrics.CounterMetric
- Atomically adds the given value to this counter.
- addAndGet(java.lang.Long) - function in org.jitsi.metrics.CounterMetric
- Atomically adds the given value to this counter, returning the updated value.
- addAndGet(java.lang.Double) - function in org.jitsi.metrics.DoubleGaugeMetric
- Atomically adds the given value to this gauge, returning the updated value.
- addAndGet(java.lang.Long) - function in org.jitsi.metrics.LongGaugeMetric
- Atomically adds the given value to this gauge, returning the updated value.