protected class ThreadLocalHolder.HolderRef extends WeakReference<Thread>
WeakReference
to a thread with the Holder
assigned to it.
Used to detect the death of a thread and dispose the associated value.Modifier and Type | Method and Description |
---|---|
net.logstash.logback.util.ThreadLocalHolder.Holder<T> |
getHolder() |
long |
getThreadId() |
clear, enqueue, get, isEnqueued
public net.logstash.logback.util.ThreadLocalHolder.Holder<T> getHolder()
public long getThreadId()
Copyright © 2013–2022. All rights reserved.