Uses of Interface
org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
-
Packages that use ReadOnlyThreadContextMap Package Description org.apache.logging.log4j org.apache.logging.log4j.core.context.internal -
-
Uses of ReadOnlyThreadContextMap in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as ReadOnlyThreadContextMap Modifier and Type Field Description private static ReadOnlyThreadContextMapThreadContext. readOnlyContextMapMethods in org.apache.logging.log4j that return ReadOnlyThreadContextMap Modifier and Type Method Description static ReadOnlyThreadContextMapThreadContext. getThreadContextMap()Returns a read-only view of the internal data structure used to store thread context key-value pairs, ornullif the internal data structure does not implement theReadOnlyThreadContextMapinterface. -
Uses of ReadOnlyThreadContextMap in org.apache.logging.log4j.core.context.internal
Classes in org.apache.logging.log4j.core.context.internal that implement ReadOnlyThreadContextMap Modifier and Type Class Description classGarbageFreeSortedArrayThreadContextMapSortedArrayStringMap-based implementation of theThreadContextMapinterface that attempts not to create temporary objects.
-