A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
F
- fatal(Object) - function in org.jitsi.utils.logging.Logger
- Log a FATAL message.
- fatal(Object,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- fatal(Object) - function in org.jitsi.utils.logging.InstanceLogger
- Log a FATAL message.
- fatal(Object,Throwable) - function in org.jitsi.utils.logging.InstanceLogger
- Log a message, with associated Throwable information.
- fatal(Object) - function in org.jitsi.utils.logging.LoggerImpl
- Log a FATAL message.
- fatal(Object,Throwable) - function in org.jitsi.utils.logging.LoggerImpl
- Log a message, with associated Throwable information.
- fillInStackTrace() - function in java.lang.ConfigPropertyVetoException
- fireEventAsync(Function1) - function in org.jitsi.utils.event.AsyncEventEmitter
- fireEventSync(Function1) - function in org.jitsi.utils.event.EventEmitter
- fireEventSync(Function1) - function in org.jitsi.utils.event.AsyncEventEmitter
- forceEviction() - function in org.jitsi.utils.stats.TimeBasedSlidingWindow
- Force the eviction process to run.
- forEach(BiConsumer) - function in java.util.LRUCache
- forEach(BiConsumer) - function in kotlin.collections.OrderedJsonObject
- forEach(Consumer) - function in java.lang.ArrayBlockingQueueWithShutdown
- forEach(BiConsumer) - function in java.util.concurrent.DiagnosticContext
- forEach(BiConsumer) - function in java.util.DiagnosticContext.TimeSeriesPoint
- forEachEntry(long,Consumer) - function in java.util.concurrent.DiagnosticContext
- forEachKey(long,Consumer) - function in java.util.concurrent.DiagnosticContext
- forEachValue(long,Consumer) - function in java.util.concurrent.DiagnosticContext
- format(LogRecord) - function in org.jitsi.utils.logging2.JitsiLogFormatter
- Format the given LogRecord.
- format(LogRecord) - function in java.util.logging.JitsiLogFormatter
- formatMessage(LogRecord) - function in java.util.logging.JitsiLogFormatter
- formatTimeAsFullMillis(long,int) - function in org.jitsi.utils.TimeUtils
- Formats a time -- represented by (long seconds, int nanos) -- asa String of floating-point milliseconds, in full precision.This is designed to format the java.time.Duration and java.time.Intervalclasses, without being dependent on them.This should return a correct result for every valid (secs, nanos) pair.
- fromString(String) - function in org.jitsi.utils.StringUtils
- Creates InputStream from the string in UTF8 encoding.
- fromString(String,String) - function in org.jitsi.utils.StringUtils
- Creates InputStream from the string in the specified encoding.