Interface DataStorageSupplier
-
- All Known Implementing Classes:
FlatStorageSupplier,MySqlStorageSupplier,NewSqliteStorageSupplier,SqliteStorageSupplier,SqlStorageSupplier
public interface DataStorageSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voiddisable()default voidenable()<K,V>
DataStorage<K,V>getStorage(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter)
-
-
-
Method Detail
-
getStorage
<K,V> DataStorage<K,V> getStorage(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter)
-
enable
default void enable()
-
disable
default void disable()
-
-