Uses of Interface
org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Packages that use ReadOnlyThreadContextMap Package Description org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes. -
-
Uses of ReadOnlyThreadContextMap in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as ReadOnlyThreadContextMap Modifier and Type Field Description private static ReadOnlyThreadContextMap
ThreadContext. readOnlyContextMap
Methods in org.apache.logging.log4j that return ReadOnlyThreadContextMap Modifier and Type Method Description static ReadOnlyThreadContextMap
ThreadContext. getThreadContextMap()
Returns a read-only view of the internal data structure used to store thread context key-value pairs, ornull
if the internal data structure does not implement theReadOnlyThreadContextMap
interface. -
Uses of ReadOnlyThreadContextMap in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement ReadOnlyThreadContextMap Modifier and Type Class Description (package private) class
CopyOnWriteSortedArrayThreadContextMap
SortedArrayStringMap
-based implementation of theThreadContextMap
interface that creates a copy of the data structure on every modification.(package private) class
GarbageFreeSortedArrayThreadContextMap
SortedArrayStringMap
-based implementation of theThreadContextMap
interface that attempts not to create temporary objects.
-