Interface DataStorageSupplier<K,V>
-
- All Known Implementing Classes:
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 voiddisable()default voidenable()DataStorage<K,V>getStorage(String name)
-
-
-
Method Detail
-
getStorage
DataStorage<K,V> getStorage(String name)
-
enable
default void enable()
-
disable
default void disable()
-
-