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 InternalThreadLocalMapFastThreadLocalThread.threadLocalMapMethods in io.netty.util.concurrent that return InternalThreadLocalMapModifier and TypeMethodDescriptionfinal InternalThreadLocalMapFastThreadLocalThread.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 voidFastThreadLocal.addToVariablesToRemove(InternalThreadLocalMap threadLocalMap, FastThreadLocal<?> variable) final VFastThreadLocal.get(InternalThreadLocalMap threadLocalMap) Returns the current value for the specified thread local map.FastThreadLocal.getAndSet(InternalThreadLocalMap threadLocalMap, V value) Set the value for the specified thread local map.private VFastThreadLocal.initialize(InternalThreadLocalMap threadLocalMap) final booleanFastThreadLocal.isSet(InternalThreadLocalMap threadLocalMap) Returnstrueif and only if this thread-local variable is set.final voidFastThreadLocal.remove(InternalThreadLocalMap threadLocalMap) Sets the value to uninitialized for the specified thread local map.private VFastThreadLocal.removeAndGet(InternalThreadLocalMap threadLocalMap) Sets the value to uninitialized for the specified thread local map.private static voidFastThreadLocal.removeFromVariablesToRemove(InternalThreadLocalMap threadLocalMap, FastThreadLocal<?> variable) final voidFastThreadLocal.set(InternalThreadLocalMap threadLocalMap, V value) Set the value for the specified thread local map.private VFastThreadLocal.setKnownNotUnset(InternalThreadLocalMap threadLocalMap, V value) final voidFastThreadLocalThread.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.slowThreadLocalMapMethods in io.netty.util.internal that return InternalThreadLocalMapModifier and TypeMethodDescriptionprivate static InternalThreadLocalMapInternalThreadLocalMap.fastGet(FastThreadLocalThread thread) static InternalThreadLocalMapInternalThreadLocalMap.get()static InternalThreadLocalMapInternalThreadLocalMap.getIfSet()private static InternalThreadLocalMapInternalThreadLocalMap.slowGet()