ObjectPoolThreadLocal
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
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
- Definition Classes
-
TimeoutResource
Inherited methods
Cancel the local variable timer task.
Returns the current value for the current thread
Returns the current value for the current thread
Attributes
- Definition Classes
- Inherited from:
- ActorThreadLocal
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
- Definition Classes
- Inherited from:
- ActorThreadLocal
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
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
- Inherited from:
- ActorThreadLocal
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
- Inherited from:
- ActorThreadLocal
Set the value for the current thread.
Set the value for the current thread.
Attributes
- Definition Classes
- Inherited from:
- ActorThreadLocal