A
B
C
D
G
I
L
M
O
P
R
S
S
- set(Boolean) - function in org.jitsi.metrics.BooleanMetric
- Atomically sets the gauge to the given value.
- set(Double) - function in org.jitsi.metrics.DoubleGaugeMetric
- Sets the value of this gauge to the given value.
- set(Long) - function in org.jitsi.metrics.LongGaugeMetric
- Atomically sets the gauge to the given value.
- setAndGet(Boolean) - function in org.jitsi.metrics.BooleanMetric
- Atomically sets the gauge to the given value, returning the updated value.
- setAndGet(Double) - function in org.jitsi.metrics.DoubleGaugeMetric
- Atomically sets the gauge to the given value, returning the updated value.
- setCheckForNameConflicts(Boolean) - function in org.jitsi.metrics.MetricsContainer
- Defines the behavior when registering a metric with a name in use by an existing metric.