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
Methods 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 TypeMethodDescriptionfinal 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.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.final voidFastThreadLocal.set(InternalThreadLocalMap threadLocalMap, V value) Set the value for the specified thread local map.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
Methods in io.netty.util.internal that return InternalThreadLocalMapModifier and TypeMethodDescriptionstatic InternalThreadLocalMapInternalThreadLocalMap.get()static InternalThreadLocalMapInternalThreadLocalMap.getIfSet()