T - subtype of ExtendedLoggerpublic static class LoggerRegistry.ConcurrentMapFactory<T extends ExtendedLogger> extends Object implements LoggerRegistry.MapFactory<T>
| Constructor and Description |
|---|
ConcurrentMapFactory() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,T> |
createInnerMap() |
Map<String,Map<String,T>> |
createOuterMap() |
void |
putIfAbsent(Map<String,T> innerMap,
String name,
T logger) |
public Map<String,T> createInnerMap()
createInnerMap in interface LoggerRegistry.MapFactory<T extends ExtendedLogger>public Map<String,Map<String,T>> createOuterMap()
createOuterMap in interface LoggerRegistry.MapFactory<T extends ExtendedLogger>public void putIfAbsent(Map<String,T> innerMap, String name, T logger)
putIfAbsent in interface LoggerRegistry.MapFactory<T extends ExtendedLogger>Copyright © 2025 JBoss by Red Hat. All rights reserved.