Uses of Class
io.netty.util.internal.InternalThreadLocalMap
Packages that use InternalThreadLocalMap
Package
Description
Utility classes for concurrent / async tasks.
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of InternalThreadLocalMap in io.netty.util.concurrent
Fields in io.netty.util.concurrent declared as InternalThreadLocalMapModifier and TypeFieldDescriptionprivate InternalThreadLocalMap
FastThreadLocalThread.threadLocalMap
Methods in io.netty.util.concurrent that return InternalThreadLocalMapModifier and TypeMethodDescriptionfinal InternalThreadLocalMap
FastThreadLocalThread.threadLocalMap()
Returns the internal data structure that keeps the thread-local variables bound to this thread.Methods in io.netty.util.concurrent with parameters of type InternalThreadLocalMapModifier and TypeMethodDescriptionprivate static void
FastThreadLocal.addToVariablesToRemove
(InternalThreadLocalMap threadLocalMap, FastThreadLocal<?> variable) final V
FastThreadLocal.get
(InternalThreadLocalMap threadLocalMap) Returns the current value for the specified thread local map.private V
FastThreadLocal.initialize
(InternalThreadLocalMap threadLocalMap) final boolean
FastThreadLocal.isSet
(InternalThreadLocalMap threadLocalMap) Returnstrue
if and only if this thread-local variable is set.final void
FastThreadLocal.remove
(InternalThreadLocalMap threadLocalMap) Sets the value to uninitialized for the specified thread local map.private static void
FastThreadLocal.removeFromVariablesToRemove
(InternalThreadLocalMap threadLocalMap, FastThreadLocal<?> variable) final void
FastThreadLocal.set
(InternalThreadLocalMap threadLocalMap, V value) Set the value for the specified thread local map.private void
FastThreadLocal.setKnownNotUnset
(InternalThreadLocalMap threadLocalMap, V value) final void
FastThreadLocalThread.setThreadLocalMap
(InternalThreadLocalMap threadLocalMap) Sets the internal data structure that keeps the thread-local variables bound to this thread. -
Uses of InternalThreadLocalMap in io.netty.util.internal
Fields in io.netty.util.internal with type parameters of type InternalThreadLocalMapModifier and TypeFieldDescriptionprivate static final ThreadLocal
<InternalThreadLocalMap> InternalThreadLocalMap.slowThreadLocalMap
Methods in io.netty.util.internal that return InternalThreadLocalMapModifier and TypeMethodDescriptionprivate static InternalThreadLocalMap
InternalThreadLocalMap.fastGet
(FastThreadLocalThread thread) static InternalThreadLocalMap
InternalThreadLocalMap.get()
static InternalThreadLocalMap
InternalThreadLocalMap.getIfSet()
private static InternalThreadLocalMap
InternalThreadLocalMap.slowGet()