Class CopyOnInheritThreadLocal


  • @Deprecated(since="2022-01-27")
    public class CopyOnInheritThreadLocal
    extends java.lang.InheritableThreadLocal<java.util.HashMap<java.lang.String,​java.lang.String>>
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    This class extends InheritableThreadLocal so that children threads get a copy of the parent's hashmap.
    • Method Summary

      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CopyOnInheritThreadLocal

        public CopyOnInheritThreadLocal()
        Deprecated.