Uses of Interface
org.openhab.core.storage.StorageService
Package
Description
-
Uses of StorageService in org.openhab.core.addon.marketplace
ModifierConstructorDescriptionAbstractRemoteAddonService
(EventPublisher eventPublisher, org.osgi.service.cm.ConfigurationAdmin configurationAdmin, StorageService storageService, AddonInfoRegistry addonInfoRegistry, String servicePid) -
Uses of StorageService in org.openhab.core.automation
-
Uses of StorageService in org.openhab.core.cache.lru
ModifierConstructorDescriptionLRUMediaCache
(StorageService storageService, long maxCacheSize, String pid, @Nullable ClassLoader clazzLoader) Constructs a cache system. -
Uses of StorageService in org.openhab.core.common.registry
ModifierConstructorDescriptionAbstractManagedProvider
(StorageService storageService) DefaultAbstractManagedProvider
(StorageService storageService) -
Uses of StorageService in org.openhab.core.items
ModifierConstructorDescriptionManagedItemProvider
(StorageService storageService, ItemBuilderFactory itemBuilderFactory) -
Uses of StorageService in org.openhab.core.persistence.registry
ModifierConstructorDescriptionManagedPersistenceServiceConfigurationProvider
(StorageService storageService) -
Uses of StorageService in org.openhab.core.semantics
-
Uses of StorageService in org.openhab.core.storage
Modifier and TypeInterfaceDescriptioninterface
TheDeletableStorageService
extends the normalStorageService
and provides instances ofDeletableStorage
s. -
Uses of StorageService in org.openhab.core.test.storage
Modifier and TypeClassDescriptionclass
TheVolatileStorageService
returnsVolatileStorage
s which stores their data in-memory. -
Uses of StorageService in org.openhab.core.thing
-
Uses of StorageService in org.openhab.core.thing.binding
ModifierConstructorDescriptionAbstractStorageBasedTypeProvider
(StorageService storageService) Instantiate a new storage based type provider. -
Uses of StorageService in org.openhab.core.thing.link
-
Uses of StorageService in org.openhab.core.transform