Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Returns the current value for the current thread
Returns the current value for the current thread
Attributes
Returns the current value for the current thread if it exists, null otherwise.
Returns the current value for the current thread if it exists, null otherwise.
Attributes
Returns true if and only if this thread-local variable is set.
Returns true if and only if this thread-local variable is set.
Attributes
- Definition Classes
Sets the value to uninitialized for the specified thread local map. After this, any subsequent call to get() will trigger a new call to initialValue().
Sets the value to uninitialized for the specified thread local map. After this, any subsequent call to get() will trigger a new call to initialValue().
Attributes
- Definition Classes
Set the value for the current thread.
Set the value for the current thread.
Attributes
Inherited methods
Cancel the local variable timer task.
Handle TimeoutEvent for this TimeoutResource
Handle TimeoutEvent for this TimeoutResource
Value parameters
- registerId
-
timer task register id in Timer.
- resourceTimer
-
current time-out ResourceTimer
Attributes
- Inherited from:
- TimeoutResource (hidden)
Initial TimeoutTrigger when initial a time-out resource like ThreadLocal
Initial TimeoutTrigger when initial a time-out resource like ThreadLocal
Attributes
- Inherited from:
- TimeoutResource (hidden)
Returns true if the thread local variable has been initial, otherwise false.
Returns true if the thread local variable has been initial, otherwise false.
Attributes
- Inherited from:
- ThreadLocal