Uses of Interface
org.apache.logging.log4j.util.ReadOnlyStringMap
-
Packages that use ReadOnlyStringMap Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.appender.db.jpa The JPA Appender supports writing log events to a relational database using the Java Persistence API.org.apache.logging.log4j.core.appender.db.jpa.converter The converters in this package implement the JPA 2.1 mechanism for converting non-standard types to and from database fields.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.filter Log4j 2 Filter support.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.jackson Classes and interfaces for serializing and deserializing Log4j 2 log events to XML and JSON using the Jackson library.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return ReadOnlyStringMap Modifier and Type Method Description ReadOnlyStringMapAbstractLogEvent. getContextData()ReadOnlyStringMapLogEvent. getContextData()Returns theReadOnlyStringMapobject holding context data key-value pairs.ReadOnlyStringMapContextDataInjector. rawContextData()Returns aReadOnlyStringMapobject reflecting the current state of the context. -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.appender.db.jpa
Methods in org.apache.logging.log4j.core.appender.db.jpa that return ReadOnlyStringMap Modifier and Type Method Description ReadOnlyStringMapAbstractLogEventWrapperEntity. getContextData()Gets the context map.Methods in org.apache.logging.log4j.core.appender.db.jpa with parameters of type ReadOnlyStringMap Modifier and Type Method Description voidAbstractLogEventWrapperEntity. setContextData(ReadOnlyStringMap contextData)A no-op mutator to satisfy JPA requirements, as this entity is write-only. -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.appender.db.jpa.converter
Methods in org.apache.logging.log4j.core.appender.db.jpa.converter that return ReadOnlyStringMap Modifier and Type Method Description ReadOnlyStringMapContextDataAttributeConverter. convertToEntityAttribute(java.lang.String s)ReadOnlyStringMapContextDataJsonAttributeConverter. convertToEntityAttribute(java.lang.String s)Methods in org.apache.logging.log4j.core.appender.db.jpa.converter with parameters of type ReadOnlyStringMap Modifier and Type Method Description java.lang.StringContextDataAttributeConverter. convertToDatabaseColumn(ReadOnlyStringMap contextData)java.lang.StringContextDataJsonAttributeConverter. convertToDatabaseColumn(ReadOnlyStringMap contextData) -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async that return ReadOnlyStringMap Modifier and Type Method Description ReadOnlyStringMapRingBufferLogEvent. getContextData() -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter with parameters of type ReadOnlyStringMap Modifier and Type Method Description protected booleanMapFilter. filter(ReadOnlyStringMap data) -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return ReadOnlyStringMap Modifier and Type Method Description ReadOnlyStringMapLog4jLogEvent. getContextData()Returns theReadOnlyStringMapcontaining context data key-value pairs.ReadOnlyStringMapMutableLogEvent. getContextData()ReadOnlyStringMapThreadContextDataInjector.ForCopyOnWriteThreadContextMap. rawContextData()ReadOnlyStringMapThreadContextDataInjector.ForDefaultThreadContextMap. rawContextData()ReadOnlyStringMapThreadContextDataInjector.ForGarbageFreeThreadContextMap. rawContextData() -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.core.jackson
Methods in org.apache.logging.log4j.core.jackson with parameters of type ReadOnlyStringMap Modifier and Type Method Description voidContextDataAsEntryListSerializer. serialize(ReadOnlyStringMap contextData, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidContextDataSerializer. serialize(ReadOnlyStringMap contextData, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement ReadOnlyStringMap Modifier and Type Class Description classDefaultThreadContextMapThe actual ThreadContext Map. -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.util
Subinterfaces of ReadOnlyStringMap in org.apache.logging.log4j.util Modifier and Type Interface Description interfaceIndexedReadOnlyStringMapAn extension ofReadOnlyStringMapthat imposes a total ordering on its keys.interfaceIndexedStringMapAn extension ofStringMapthat imposes a total ordering on its keys.interfaceStringMapExposes methods to add and remove key-value pairs to and fromReadOnlyStringMap.Classes in org.apache.logging.log4j.util that implement ReadOnlyStringMap Modifier and Type Class Description classSortedArrayStringMapConsider this class private. Array-based implementation of theReadOnlyStringMapinterface.Methods in org.apache.logging.log4j.util with parameters of type ReadOnlyStringMap Modifier and Type Method Description voidSortedArrayStringMap. putAll(ReadOnlyStringMap source)voidStringMap. putAll(ReadOnlyStringMap source)Copy all key-value pairs from the specifiedReadOnlyStringMapinto thisStringMap.Constructors in org.apache.logging.log4j.util with parameters of type ReadOnlyStringMap Constructor Description SortedArrayStringMap(ReadOnlyStringMap other)
-