Uses of Interface
org.openhab.core.storage.Storage
Packages that use Storage
Package
Description
-
Uses of Storage in org.openhab.core.addon.marketplace
Fields in org.openhab.core.addon.marketplace declared as Storage -
Uses of Storage in org.openhab.core.cache.lru
Methods in org.openhab.core.cache.lru with parameters of type StorageModifier and TypeMethodDescriptionprotected voidLRUMediaCacheEntry.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
Subinterfaces of Storage in org.openhab.core.storageModifier and TypeInterfaceDescriptioninterfaceAStoragethat could be disposed.Methods in org.openhab.core.storage that return StorageModifier and TypeMethodDescription<T> Storage<T> StorageService.getStorage(String name) Returns theStoragewith the givenname.<T> Storage<T> StorageService.getStorage(String name, @Nullable ClassLoader classLoader) -
Uses of Storage in org.openhab.core.test.storage
Classes in org.openhab.core.test.storage that implement StorageModifier and TypeClassDescriptionclassAStorageimplementation which stores it's data in-memory.Methods in org.openhab.core.test.storage that return StorageModifier and TypeMethodDescription<T> Storage<T> VolatileStorageService.getStorage(String name) <T> Storage<T> VolatileStorageService.getStorage(String name, @Nullable ClassLoader classLoader)