Uses of Class
org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
Packages that use InternalThreadLocalMap
-
Uses of InternalThreadLocalMap in org.apache.dubbo.common.threadlocal
Methods in org.apache.dubbo.common.threadlocal that return InternalThreadLocalMapModifier and TypeMethodDescriptionstatic InternalThreadLocalMapInternalThreadLocalMap.get()static InternalThreadLocalMapInternalThreadLocalMap.getAndRemove()static InternalThreadLocalMapInternalThreadLocalMap.getIfSet()final InternalThreadLocalMapInternalThread.threadLocalMap()Returns the internal data structure that keeps the threadLocal variables bound to this thread.Methods in org.apache.dubbo.common.threadlocal with parameters of type InternalThreadLocalMapModifier and TypeMethodDescriptionfinal voidInternalThreadLocal.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 voidInternalThreadLocalMap.set(InternalThreadLocalMap internalThreadLocalMap) final voidInternalThread.setThreadLocalMap(InternalThreadLocalMap threadLocalMap) Sets the internal data structure that keeps the threadLocal variables bound to this thread.