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