public class CopyOnInheritThreadLocal extends InheritableThreadLocal<HashMap<String,String>>
Constructor and Description |
---|
CopyOnInheritThreadLocal() |
Modifier and Type | Method and Description |
---|---|
protected HashMap<String,String> |
childValue(HashMap<String,String> parentValue)
Child threads should get a copy of the parent's hashmap.
|
get, initialValue, remove, set, withInitial
Copyright © 2005–2021 QOS.ch. All rights reserved.