Uses of Class
org.jboss.logmanager.FastCopyHashMap
Packages that use FastCopyHashMap
-
Uses of FastCopyHashMap in org.jboss.logmanager
Fields in org.jboss.logmanager declared as FastCopyHashMapModifier and TypeFieldDescriptionprivate static final FastCopyHashMap
CopyOnWriteMap.EMPTY
private static final FastCopyHashMap
CopyOnWriteWeakMap.EMPTY
private FastCopyHashMap<K,
V> CopyOnWriteMap.map
private FastCopyHashMap<K,
CopyOnWriteWeakMap.Node<K, V>> CopyOnWriteWeakMap.map
private FastCopyHashMap<String,
Object> ExtLogRecord.mdcCopy
Fields in org.jboss.logmanager with type parameters of type FastCopyHashMapModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<CopyOnWriteMap,
FastCopyHashMap> CopyOnWriteMap.mapUpdater
Methods in org.jboss.logmanager that return FastCopyHashMapModifier and TypeMethodDescriptionprotected FastCopyHashMap<String,
Object> MDC.Holder.childValue
(FastCopyHashMap<String, Object> parentValue) private FastCopyHashMap<K,
CopyOnWriteWeakMap.Node<K, V>> CopyOnWriteWeakMap.cleanCopyForMod()
private FastCopyHashMap<K,
CopyOnWriteWeakMap.Node<K, V>> CopyOnWriteWeakMap.cleanCopyForRemove()
FastCopyHashMap.clone()
private FastCopyHashMap<K,
CopyOnWriteWeakMap.Node<K, V>> CopyOnWriteWeakMap.empty()
(package private) static FastCopyHashMap<String,
String> MDC.fastCopy()
(package private) static FastCopyHashMap<String,
Object> MDC.fastCopyObject()
protected FastCopyHashMap<String,
Object> MDC.Holder.initialValue()
Methods in org.jboss.logmanager with parameters of type FastCopyHashMapModifier and TypeMethodDescriptionprotected FastCopyHashMap<String,
Object> MDC.Holder.childValue
(FastCopyHashMap<String, Object> parentValue)