A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
E
- elapse(java.time.Duration) - function in org.jitsi.utils.time.FakeClock
- eldest() - function in org.jitsi.utils.LRUCache
- element() - function in java.util.AbstractQueue
- elements() - function in java.util.concurrent.ConcurrentHashMap
- entry(K,V) - function in java.util.Map
- entrySet() - function in java.util.HashMap
- entrySet() - function in java.util.LinkedHashMap
- entrySet() - function in java.util.concurrent.ConcurrentHashMap
- equals(java.lang.Object) - function in java.time.Clock
- equals(Object) - function in java.util.AbstractMap
- equals(Object) - function in java.util.Map
- equals(Object) - function in java.util.concurrent.ConcurrentHashMap
- equals(java.lang.Object) - function in org.jitsi.utils.stats.Buckets.Snapshot
- equals(Object) - function in org.jitsi.utils.version.Version
- Compares the version parameter to this version and returns true if and only if both reference the same Jitsi version and false otherwise.
- equals(Object) - function in org.jitsi.utils.version.VersionImpl
- Compares the version parameter to this version and returns true if and only if both reference the same Jitsi version and false otherwise.
- error(Object) - function in org.jitsi.utils.logging.Logger
- Log a ERROR message.
- error(Object) - function in org.jitsi.utils.logging.Logger
- Log a ERROR message.
- error(Object,java.lang.Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- error(Object,java.lang.Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- error(org.jitsi.utils.logging.Logger.Category,java.lang.String) - function in org.jitsi.utils.logging.Logger
- Log a message with error level.
- error(org.jitsi.utils.logging.Logger.Category,java.lang.String) - function in org.jitsi.utils.logging.Logger
- Log a message with error level.
- error(org.jitsi.utils.logging.Logger.Category,java.lang.String,java.lang.Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message with error level, with associated Throwable information.
- error(org.jitsi.utils.logging.Logger.Category,java.lang.String,java.lang.Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message with error level, with associated Throwable information.
- error(Object) - function in org.jitsi.utils.logging2.Logger
- Log a ERROR message.
- error(Object,java.lang.Throwable) - function in org.jitsi.utils.logging2.Logger
- Log a message, with associated Throwable information.
- error(java.util.function.Supplier) - function in org.jitsi.utils.logging2.Logger
- Log an ERROR message.
- error(Object) - function in org.jitsi.utils.logging2.LoggerImpl
- Log a ERROR message.
- error(Object,java.lang.Throwable) - function in org.jitsi.utils.logging2.LoggerImpl
- Log a message, with associated Throwable information.
- error(java.util.function.Supplier) - function in org.jitsi.utils.logging2.LoggerImpl
- Log an ERROR message.
- ErrorHandler - class in org.jitsi.utils.queue
- An interface for handling the two types of error conditions from a queue.
- EventEmitter - class in org.jitsi.utils.event
- execute(java.lang.Runnable) - function in org.jitsi.utils.concurrent.FakeScheduledExecutorService
- execute(java.lang.Runnable) - function in org.jitsi.utils.concurrent.RecurringRunnableExecutor
- Accepts for execution RecurringRunnables only.
- ExecutorFactory - class in org.jitsi.utils.concurrent
- Helper class which contains functions to create pre-configured executors
- ExecutorUtils - class in org.jitsi.utils.concurrent
- Implements utility functions to facilitate work with Executors and ExecutorService.