类的使用
com.alibaba.dubbo.common.threadlocal.InternalThreadLocalMap
-
使用InternalThreadLocalMap的程序包 程序包 说明 com.alibaba.dubbo.common.threadlocal -
-
com.alibaba.dubbo.common.threadlocal中InternalThreadLocalMap的使用
返回InternalThreadLocalMap的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.参数类型为InternalThreadLocalMap的com.alibaba.dubbo.common.threadlocal中的方法 修饰符和类型 方法 说明 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.
-