| Package | Description |
|---|---|
| org.apache.dubbo.common.threadlocal |
| Modifier and Type | Method and Description |
|---|---|
static InternalThreadLocalMap |
InternalThreadLocalMap.get() |
static InternalThreadLocalMap |
InternalThreadLocalMap.getAndRemove() |
static InternalThreadLocalMap |
InternalThreadLocalMap.getIfSet() |
InternalThreadLocalMap |
InternalThread.threadLocalMap()
Returns the internal data structure that keeps the threadLocal variables bound to this thread.
|
| Modifier and Type | Method and Description |
|---|---|
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().
|
static void |
InternalThreadLocalMap.set(InternalThreadLocalMap internalThreadLocalMap) |
void |
InternalThread.setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
Sets the internal data structure that keeps the threadLocal variables bound to this thread.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.