Uses of Interface
org.openhab.core.storage.Storage
Package
Description
-
Uses of Storage in org.openhab.core.addon.marketplace
-
Uses of Storage in org.openhab.core.cache.lru
Modifier and TypeMethodDescriptionprotected void
LRUMediaCacheEntry.setCacheContext
(Path cacheDirectory, Storage<V> storage) Link this cache entry to the underlying storage facility (disk for data, storage service for metadata) -
Uses of Storage in org.openhab.core.storage
Modifier and TypeInterfaceDescriptioninterface
AStorage
that could be disposed.Modifier and TypeMethodDescription<T> Storage<T>
StorageService.getStorage
(String name) Returns theStorage
with the givenname
.<T> Storage<T>
StorageService.getStorage
(String name, @Nullable ClassLoader classLoader) -
Uses of Storage in org.openhab.core.test.storage
Modifier and TypeClassDescriptionclass
AStorage
implementation which stores it's data in-memory.Modifier and TypeMethodDescription<T> Storage<T>
VolatileStorageService.getStorage
(String name) <T> Storage<T>
VolatileStorageService.getStorage
(String name, @Nullable ClassLoader classLoader)