Interface DataStorageSupplier
- All Known Implementing Classes:
ConfigStorageSupplier
,FlatStorageSupplier
,MySqlStorageSupplier
,NewSqliteStorageSupplier
,SqliteStorageSupplier
,SqlStorageSupplier
public interface DataStorageSupplier
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
disable()
default void
enable()
<K,
V> DataStorage <K, V> getStorage
(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter)
-
Method Details
-
getStorage
<K,V> DataStorage<K,V> getStorage(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter) -
enable
default void enable() -
disable
default void disable()
-