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.flat.configfile
Classes in me.hsgamer.topper.storage.flat.configfile that implement DataStorage -
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) -
Uses of DataStorage in me.hsgamer.topper.template.storagesupplier.storage
Methods in me.hsgamer.topper.template.storagesupplier.storage that return DataStorageModifier and TypeMethodDescription<K,V> DataStorage <K, V> DataStorageSupplier.getStorage(String name, FlatValueConverter<K> keyConverter, FlatValueConverter<V> valueConverter, SqlValueConverter<K> sqlKeyConverter, SqlValueConverter<V> sqlValueConverter) Methods in me.hsgamer.topper.template.storagesupplier.storage that return types with arguments of type DataStorageModifier and TypeMethodDescriptiondefault <K,V> Function <String, DataStorage<K, V>> DataStorageSupplier.getStorageSupplier(FlatValueConverter<K> keyConverter, FlatValueConverter<V> valueConverter, SqlValueConverter<K> sqlKeyConverter, SqlValueConverter<V> sqlValueConverter) -
Uses of DataStorage in me.hsgamer.topper.template.topplayernumber
Methods in me.hsgamer.topper.template.topplayernumber that return types with arguments of type DataStorageModifier and TypeMethodDescriptionabstract Function<String, DataStorage<UUID, Double>> TopPlayerNumberTemplate.getStorageSupplier() -
Uses of DataStorage in me.hsgamer.topper.template.topplayernumber.manager
Methods in me.hsgamer.topper.template.topplayernumber.manager that return DataStorage