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