Uses of Interface
me.hsgamer.topper.storage.core.DataStorage
Packages that use DataStorage
Package
Description
-
Uses of DataStorage in me.hsgamer.topper.agent.storage
Methods in me.hsgamer.topper.agent.storage that return DataStorageConstructors in me.hsgamer.topper.agent.storage with parameters of type DataStorage -
Uses of DataStorage in me.hsgamer.topper.storage.bundle
Methods in me.hsgamer.topper.storage.bundle that return DataStorageModifier and TypeMethodDescription<K,
V> DataStorage <K, V> DataStorageSupplier.getStorage
(String name, ValueConverter<K, V> valueConverter) -
Uses of DataStorage in me.hsgamer.topper.storage.flat.core
Classes in me.hsgamer.topper.storage.flat.core that implement DataStorage -
Uses of DataStorage in me.hsgamer.topper.storage.flat.properties
Classes in me.hsgamer.topper.storage.flat.properties that implement DataStorage -
Uses of DataStorage in me.hsgamer.topper.storage.sql.core
Methods in me.hsgamer.topper.storage.sql.core that return DataStorageModifier and TypeMethodDescription<K,
V> DataStorage <K, V> SqlDataStorageSupplier.getStorage
(String name, SqlValueConverter<K> keyConverter, SqlValueConverter<V> valueConverter)