A
B
C
D
G
I
L
M
O
P
R
S
I
- inc() - function in org.jitsi.metrics.CounterMetric
- Atomically increments the value of this counter by one.
- inc() - function in org.jitsi.metrics.LongGaugeMetric
- Atomically increments the value of this gauge by one.
- incAndGet() - function in org.jitsi.metrics.CounterMetric
- Atomically increments the value of this counter by one, returning the updated value.
- incAndGet() - function in org.jitsi.metrics.DoubleGaugeMetric
- Atomically increments the value of this gauge by one, returning the updated value.
- incAndGet() - function in org.jitsi.metrics.LongGaugeMetric
- Atomically increments the value of this gauge by one, returning the updated value.
- InfoMetric - class in org.jitsi.metrics
InfoMetricwraps around a single key-value information pair.