Package org.jboss.logmanager
Class MDC.Holder
- Enclosing class:
- MDC
private static final class MDC.Holder
extends InheritableThreadLocal<FastCopyHashMap<String,Object>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FastCopyHashMap<String,
Object> childValue
(FastCopyHashMap<String, Object> parentValue) protected FastCopyHashMap<String,
Object> Methods inherited from class java.lang.ThreadLocal
get, remove, set, withInitial
-
Constructor Details
-
Holder
private Holder()
-
-
Method Details
-
childValue
- Overrides:
childValue
in classInheritableThreadLocal<FastCopyHashMap<String,
Object>>
-
initialValue
- Overrides:
initialValue
in classThreadLocal<FastCopyHashMap<String,
Object>>
-