Uses of Interface
org.apache.logging.log4j.spi.ThreadContextStack
-
Packages that use ThreadContextStack Package Description org.apache.logging.log4j org.apache.logging.log4j.spi -
-
Uses of ThreadContextStack in org.apache.logging.log4j
Classes in org.apache.logging.log4j that implement ThreadContextStack Modifier and Type Class Description private static classThreadContext.EmptyThreadContextStackAn empty read-only ThreadContextStack.private static classThreadContext.NoOpThreadContextStackFields in org.apache.logging.log4j declared as ThreadContextStack Modifier and Type Field Description private static ThreadContextStackThreadContext. contextStackstatic ThreadContextStackThreadContext. EMPTY_STACKEmpty, immutable ContextStack. -
Uses of ThreadContextStack in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement ThreadContextStack Modifier and Type Class Description classDefaultThreadContextStackA copy-on-write thread-safe variant oforg.apache.logging.log4j.spi.ThreadContextStackin which all mutative operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list.classMutableThreadContextStackTODOMethods in org.apache.logging.log4j.spi that return ThreadContextStack Modifier and Type Method Description ThreadContextStackDefaultThreadContextStack. copy()ThreadContextStackMutableThreadContextStack. copy()
-