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 ThreadLocal
get, remove, set, withInitial
-
Constructor Details
-
Holder
private Holder()
-
-
Method Details
-
childValue
- Overrides:
childValuein classInheritableThreadLocal<FastCopyHashMap<String,Object>>
-
initialValue
- Overrides:
initialValuein classThreadLocal<FastCopyHashMap<String,Object>>
-