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() |
clear, enqueue, get, isEnqueued
public net.logstash.logback.util.ThreadLocalHolder.Holder<T> getHolder()
Copyright © 2013–2021. All rights reserved.