Uses of Interface
org.apache.logging.log4j.util.StringMap
-
-
Uses of StringMap in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return StringMap Modifier and Type Method Description StringMapContextDataInjector. injectContextData(List<Property> properties, StringMap reusable)Returns aStringMapobject initialized with the specified properties and the appropriate context data.Methods in org.apache.logging.log4j.core with parameters of type StringMap Modifier and Type Method Description StringMapContextDataInjector. injectContextData(List<Property> properties, StringMap reusable)Returns aStringMapobject initialized with the specified properties and the appropriate context data. -
Uses of StringMap in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type StringMap Modifier and Type Method Description voidRingBufferLogEvent. setValues(AsyncLogger anAsyncLogger, String aLoggerName, Marker aMarker, String theFqcn, Level aLevel, Message msg, Throwable aThrowable, StringMap mutableContextData, ThreadContext.ContextStack aContextStack, long threadId, String threadName, int threadPriority, StackTraceElement aLocation, Clock clock, NanoClock nanoClock) -
Uses of StringMap in org.apache.logging.log4j.core.context.internal
Fields in org.apache.logging.log4j.core.context.internal with type parameters of type StringMap Modifier and Type Field Description protected ThreadLocal<StringMap>GarbageFreeSortedArrayThreadContextMap. localMapMethods in org.apache.logging.log4j.core.context.internal that return StringMap Modifier and Type Method Description protected StringMapGarbageFreeSortedArrayThreadContextMap. createStringMap()Returns an implementation of theStringMapused to back this thread context map.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.StringMapGarbageFreeSortedArrayThreadContextMap. getReadOnlyContextData()Returns the context data for reading. -
Uses of StringMap in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement StringMap Modifier and Type Class Description classJdkMapAdapterStringMapProvides a read-onlyStringMapview of aMap<String, String>.Methods in org.apache.logging.log4j.core.impl that return StringMap Modifier and Type Method Description static StringMapContextDataFactory. createContextData()static StringMapContextDataFactory. createContextData(int initialCapacity)static StringMapContextDataFactory. createContextData(Map<String,String> context)static StringMapContextDataFactory. createContextData(ReadOnlyStringMap readOnlyStringMap)static StringMapContextDataFactory. emptyFrozenContextData()An empty pre-frozen IndexedStringMap.StringMapThreadContextDataInjector.ForCopyOnWriteThreadContextMap. injectContextData(List<Property> props, StringMap ignore)If there are no configuration properties, this injector will return the thread context's internal data structure.StringMapThreadContextDataInjector.ForDefaultThreadContextMap. injectContextData(List<Property> props, StringMap ignore)Puts key-value pairs from both the specified list of properties as well as the thread context into the specified reusable StringMap.StringMapThreadContextDataInjector.ForGarbageFreeThreadContextMap. injectContextData(List<Property> props, StringMap reusable)Puts key-value pairs from both the specified list of properties as well as the thread context into the specified reusable StringMap.StringMapThreadContextDataProvider. supplyStringMap()Methods in org.apache.logging.log4j.core.impl with parameters of type StringMap Modifier and Type Method Description static voidThreadContextDataInjector. copyProperties(List<Property> properties, StringMap result)Copies key-value pairs from the specified property list into the specifiedStringMap.StringMapThreadContextDataInjector.ForCopyOnWriteThreadContextMap. injectContextData(List<Property> props, StringMap ignore)If there are no configuration properties, this injector will return the thread context's internal data structure.StringMapThreadContextDataInjector.ForDefaultThreadContextMap. injectContextData(List<Property> props, StringMap ignore)Puts key-value pairs from both the specified list of properties as well as the thread context into the specified reusable StringMap.StringMapThreadContextDataInjector.ForGarbageFreeThreadContextMap. injectContextData(List<Property> props, StringMap reusable)Puts key-value pairs from both the specified list of properties as well as the thread context into the specified reusable StringMap.Log4jLogEvent.BuilderLog4jLogEvent.Builder. setContextData(StringMap contextData)voidMutableLogEvent. setContextData(StringMap mutableContextData) -
Uses of StringMap in org.apache.logging.log4j.core.jackson
Methods in org.apache.logging.log4j.core.jackson that return StringMap Modifier and Type Method Description StringMapContextDataAsEntryListDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)StringMapContextDataDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of StringMap in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return StringMap Modifier and Type Method Description default StringMapContextDataProvider. supplyStringMap()Returns the context data as a StringMap. -
Uses of StringMap in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return StringMap Modifier and Type Method Description StringMapReadOnlyThreadContextMap. getReadOnlyContextData()Returns the context data for reading.StringMapThreadContextMap2. getReadOnlyContextData()Returns the context data for reading. -
Uses of StringMap in org.apache.logging.log4j.util
Subinterfaces of StringMap in org.apache.logging.log4j.util Modifier and Type Interface Description interfaceIndexedStringMapAn extension ofStringMapthat imposes a total ordering on its keys.Classes in org.apache.logging.log4j.util that implement StringMap Modifier and Type Class Description classSortedArrayStringMapConsider this class private. Array-based implementation of theReadOnlyStringMapinterface.
-