| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.common.threadlocal |
| 限定符和类型 | 方法和说明 |
|---|---|
static InternalThreadLocalMap |
InternalThreadLocalMap.get() |
static InternalThreadLocalMap |
InternalThreadLocalMap.getIfSet() |
InternalThreadLocalMap |
InternalThread.threadLocalMap()
Returns the internal data structure that keeps the threadLocal variables bound to this thread.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InternalThreadLocal.remove(InternalThreadLocalMap threadLocalMap)
Sets the value to uninitialized for the specified thread local map;
a proceeding call to get() will trigger a call to initialValue().
|
void |
InternalThread.setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
Sets the internal data structure that keeps the threadLocal variables bound to this thread.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.