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