Uses of Class
io.netty.util.internal.InternalThreadLocalMap
-
Packages that use InternalThreadLocalMap Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks.io.netty.util.internal 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 InternalThreadLocalMap Modifier and Type Method Description 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 InternalThreadLocalMap Modifier and Type Method Description VFastThreadLocal. get(InternalThreadLocalMap threadLocalMap)Returns the current value for the specified thread local map.VFastThreadLocal. getAndSet(InternalThreadLocalMap threadLocalMap, V value)Set the value for the specified thread local map.booleanFastThreadLocal. isSet(InternalThreadLocalMap threadLocalMap)Returnstrueif and only if this thread-local variable is set.voidFastThreadLocal. remove(InternalThreadLocalMap threadLocalMap)Sets the value to uninitialized for the specified thread local map.voidFastThreadLocal. set(InternalThreadLocalMap threadLocalMap, V value)Set the value for the specified thread local map.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 InternalThreadLocalMap Modifier and Type Method Description static InternalThreadLocalMapInternalThreadLocalMap. get()static InternalThreadLocalMapInternalThreadLocalMap. getIfSet()
-