Uses of Interface
org.apache.logging.log4j.spi.ObjectThreadContextMap
-
Packages that use ObjectThreadContextMap Package Description 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 ObjectThreadContextMap in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement ObjectThreadContextMap 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.
-