public interface FastThreadLocalAccess
Thread
implementations implement this interface to provide fast access to FastThreadLocal
variables.FastThreadLocalThread
Modifier and Type | Method and Description |
---|---|
void |
setThreadLocalMap(io.netty.util.internal.InternalThreadLocalMap threadLocalMap)
Sets the internal data structure that keeps the thread-local variables bound to this thread.
|
io.netty.util.internal.InternalThreadLocalMap |
threadLocalMap()
Returns the internal data structure that keeps the thread-local variables bound to this thread.
|
io.netty.util.internal.InternalThreadLocalMap threadLocalMap()
void setThreadLocalMap(io.netty.util.internal.InternalThreadLocalMap threadLocalMap)
Copyright © 2008–2015 The Netty Project. All rights reserved.