public interface ObjectThreadContextMap extends CleanableThreadContextMap
ThreadContext
.ThreadContextMap
Modifier and Type | Method and Description |
---|---|
<V> V |
getValue(String key)
Returns the Object value for the specified key, or
null if the specified key does not exist in this
collection. |
<V> void |
putAllValues(Map<String,V> values)
Puts all given key-value pairs into the collection.
|
<V> void |
putValue(String key,
V value)
Puts the specified key-value pair into the collection.
|
removeAll
getReadOnlyContextData, putAll
clear, containsKey, get, getCopy, getImmutableMapOrNull, isEmpty, put, remove
<V> V getValue(String key)
null
if the specified key does not exist in this
collection.key
- the key whose value to returnnull
<V> void putValue(String key, V value)
key
- the key to add or remove. Keys may be null
.value
- the value to add. Values may be null
.Copyright © 1999-2017. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.