All Classes
-
Class Description DefaultStorageManager Default implementation which allocates new regular ThreadLocal for any storage declaration class.DefaultStorageManagerProvider Default storage manager provider which provides regular ThreadLocalsStorageDeclaration<T> Implement this interface to declare that you will need a custom ThreadLocal, and to declare its type.StorageManager Allows libraries to obtain custom-generated ThreadLocal instances for their storage.StorageManagerProvider SPI to register custom StorageManager implementationsStorageManagerProviderRegistration Represents a StorageManagerProvider registration, allowing you to unregister it.