Uses of Interface
org.apache.logging.log4j.spi.CleanableThreadContextMap
-
Packages that use CleanableThreadContextMap Package Description org.apache.logging.log4j.core.context.internal org.apache.logging.log4j.spi -
-
Uses of CleanableThreadContextMap in org.apache.logging.log4j.core.context.internal
Classes in org.apache.logging.log4j.core.context.internal that implement CleanableThreadContextMap Modifier and Type Class Description classGarbageFreeSortedArrayThreadContextMapSortedArrayStringMap-based implementation of theThreadContextMapinterface that attempts not to create temporary objects. -
Uses of CleanableThreadContextMap in org.apache.logging.log4j.spi
Subinterfaces of CleanableThreadContextMap in org.apache.logging.log4j.spi Modifier and Type Interface Description interfaceObjectThreadContextMapExtension service provider interface to allow putting Object values in theThreadContext.
-