Uses of Interface
org.apache.logging.log4j.util.ReadOnlyStringMap
Packages that use ReadOnlyStringMap
Package
Description
Implementation of Log4j 2.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Log4j 2 Filter support.
Log4j 2 private implementation classes.
Log4j 2 Lookups.
Provides classes implementing format specifiers in conversion patterns.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
Internal utility classes for the Log4j 2 API.
-
Uses of ReadOnlyStringMap in org.apache.log4j.bridge
Classes in org.apache.log4j.bridge that implement ReadOnlyStringMapMethods in org.apache.log4j.bridge that return ReadOnlyStringMap -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return ReadOnlyStringMapModifier and TypeMethodDescriptionAbstractLogEvent.getContextData()LogEvent.getContextData()Returns theReadOnlyStringMapobject holding context data key-value pairs.ContextDataInjector.rawContextData()Returns aReadOnlyStringMapobject reflecting the current state of the context. -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async that return ReadOnlyStringMap -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter that return ReadOnlyStringMapModifier and TypeMethodDescriptionprivate ReadOnlyStringMapDynamicThresholdFilter.currentContextData()private ReadOnlyStringMapThreadContextMapFilter.currentContextData()Methods in org.apache.logging.log4j.core.filter with parameters of type ReadOnlyStringMapModifier and TypeMethodDescriptionprivate Filter.ResultDynamicThresholdFilter.filter(Level level, ReadOnlyStringMap contextMap) protected booleanMapFilter.filter(ReadOnlyStringMap data) -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement ReadOnlyStringMapModifier and TypeClassDescriptionclassProvides a read-onlyStringMapview of aMap<String, String>.Methods in org.apache.logging.log4j.core.impl that return ReadOnlyStringMapModifier and TypeMethodDescriptionLog4jLogEvent.getContextData()Returns theReadOnlyStringMapcontaining context data key-value pairs.MutableLogEvent.getContextData()ThreadContextDataInjector.ForCopyOnWriteThreadContextMap.rawContextData()ThreadContextDataInjector.ForDefaultThreadContextMap.rawContextData()ThreadContextDataInjector.ForGarbageFreeThreadContextMap.rawContextData()Methods in org.apache.logging.log4j.core.impl with parameters of type ReadOnlyStringMapModifier and TypeMethodDescriptionstatic StringMapContextDataFactory.createContextData(ReadOnlyStringMap readOnlyStringMap) private static StringMapLog4jLogEvent.LogEventProxy.memento(ReadOnlyStringMap data) voidJdkMapAdapterStringMap.putAll(ReadOnlyStringMap source) -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.lookup
Methods in org.apache.logging.log4j.core.lookup that return ReadOnlyStringMapModifier and TypeMethodDescriptionprivate ReadOnlyStringMapContextMapLookup.currentContextData() -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.pattern
Methods in org.apache.logging.log4j.core.pattern with parameters of type ReadOnlyStringMapModifier and TypeMethodDescriptionprivate static voidMdcPatternConverter.appendFully(ReadOnlyStringMap contextData, StringBuilder toAppendTo) private static voidMdcPatternConverter.appendSelectedKeys(String[] keys, ReadOnlyStringMap contextData, StringBuilder sb) -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement ReadOnlyStringMapMethods in org.apache.logging.log4j.spi with parameters of type ReadOnlyStringMapModifier and TypeMethodDescriptionprotected StringMapCopyOnWriteSortedArrayThreadContextMap.createStringMap(ReadOnlyStringMap original) Returns an implementation of theStringMapused to back this thread context map, pre-populated with the contents of the specified context data.protected StringMapGarbageFreeSortedArrayThreadContextMap.createStringMap(ReadOnlyStringMap original) Returns an implementation of theStringMapused to back this thread context map, pre-populated with the contents of the specified context data. -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.util
Subinterfaces of ReadOnlyStringMap in org.apache.logging.log4j.utilModifier and TypeInterfaceDescriptioninterfaceAn extension ofReadOnlyStringMapthat imposes a total ordering on its keys.interfaceAn extension ofStringMapthat imposes a total ordering on its keys.interfaceExposes methods to add and remove key-value pairs to and fromReadOnlyStringMap.Classes in org.apache.logging.log4j.util that implement ReadOnlyStringMapModifier and TypeClassDescriptionclassConsider this class private. Array-based implementation of theReadOnlyStringMapinterface.Methods in org.apache.logging.log4j.util with parameters of type ReadOnlyStringMapModifier and TypeMethodDescriptionvoidSortedArrayStringMap.putAll(ReadOnlyStringMap source) voidStringMap.putAll(ReadOnlyStringMap source) Copies all key-value pairs from the specifiedReadOnlyStringMapinto thisStringMap.Constructors in org.apache.logging.log4j.util with parameters of type ReadOnlyStringMap