Uses of Interface
org.openhab.core.storage.StorageService
Packages that use StorageService
Package
Description
- 
Uses of StorageService in org.openhab.core.addon.marketplace
Constructors in org.openhab.core.addon.marketplace with parameters of type StorageServiceModifierConstructorDescriptionAbstractRemoteAddonService(EventPublisher eventPublisher, org.osgi.service.cm.ConfigurationAdmin configurationAdmin, StorageService storageService, AddonInfoRegistry addonInfoRegistry, String servicePid)  - 
Uses of StorageService in org.openhab.core.automation
Constructors in org.openhab.core.automation with parameters of type StorageService - 
Uses of StorageService in org.openhab.core.cache.lru
Constructors in org.openhab.core.cache.lru with parameters of type StorageServiceModifierConstructorDescriptionLRUMediaCache(StorageService storageService, long maxCacheSize, String pid, @Nullable ClassLoader clazzLoader) Constructs a cache system. - 
Uses of StorageService in org.openhab.core.common.registry
Constructors in org.openhab.core.common.registry with parameters of type StorageServiceModifierConstructorDescriptionAbstractManagedProvider(StorageService storageService) DefaultAbstractManagedProvider(StorageService storageService)  - 
Uses of StorageService in org.openhab.core.items
Constructors in org.openhab.core.items with parameters of type StorageServiceModifierConstructorDescriptionManagedItemProvider(StorageService storageService, ItemBuilderFactory itemBuilderFactory)  - 
Uses of StorageService in org.openhab.core.persistence.registry
Constructors in org.openhab.core.persistence.registry with parameters of type StorageServiceModifierConstructorDescriptionManagedPersistenceServiceConfigurationProvider(StorageService storageService)  - 
Uses of StorageService in org.openhab.core.semantics
Constructors in org.openhab.core.semantics with parameters of type StorageService - 
Uses of StorageService in org.openhab.core.storage
Subinterfaces of StorageService in org.openhab.core.storageModifier and TypeInterfaceDescriptioninterfaceTheDeletableStorageServiceextends the normalStorageServiceand provides instances ofDeletableStorages. - 
Uses of StorageService in org.openhab.core.test.storage
Classes in org.openhab.core.test.storage that implement StorageServiceModifier and TypeClassDescriptionclassTheVolatileStorageServicereturnsVolatileStorages which stores their data in-memory. - 
Uses of StorageService in org.openhab.core.thing
Constructors in org.openhab.core.thing with parameters of type StorageService - 
Uses of StorageService in org.openhab.core.thing.binding
Constructors in org.openhab.core.thing.binding with parameters of type StorageServiceModifierConstructorDescriptionAbstractStorageBasedTypeProvider(StorageService storageService) Instantiate a new storage based type provider. - 
Uses of StorageService in org.openhab.core.thing.link
Constructors in org.openhab.core.thing.link with parameters of type StorageService - 
Uses of StorageService in org.openhab.core.transform
Constructors in org.openhab.core.transform with parameters of type StorageService