Class ContextStorageWrappers


  • final class ContextStorageWrappers
    extends java.lang.Object
    Holder of functions to wrap the used ContextStorage. Separate class from LazyStorage to allow registering wrappers before initializing storage.
    • Field Detail

      • log

        private static final java.util.logging.Logger log
      • storageInitialized

        private static boolean storageInitialized
      • mutex

        private static final java.lang.Object mutex
    • Constructor Detail

      • ContextStorageWrappers

        private ContextStorageWrappers()
    • Method Detail

      • setStorageInitialized

        static void setStorageInitialized()