Class InternalThread

java.lang.Object
java.lang.Thread
org.apache.dubbo.common.threadlocal.InternalThread
All Implemented Interfaces:
Runnable

public class InternalThread extends Thread
InternalThread
  • Constructor Details

  • Method Details

    • threadLocalMap

      public final InternalThreadLocalMap threadLocalMap()
      Returns the internal data structure that keeps the threadLocal variables bound to this thread. Note that this method is for internal use only, and thus is subject to change at any time.
    • setThreadLocalMap

      public final void setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
      Sets the internal data structure that keeps the threadLocal variables bound to this thread. Note that this method is for internal use only, and thus is subject to change at any time.