Package net.logstash.logback.util
Class ThreadLocalHolder.HolderRef
- Enclosing class:
- ThreadLocalHolder<T>
A
WeakReference
to a thread with the ThreadLocalHolder.Holder
assigned to it.
Used to detect the death of a thread and dispose the associated value.-
Method Summary
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, get, isEnqueued, reachabilityFence, refersTo
-
Method Details
-
getHolder
-
getThreadId
public long getThreadId()
-