Uses of Interface
me.hsgamer.topper.agent.storage.simple.supplier.DataStorageSupplier
-
Packages that use DataStorageSupplier Package Description me.hsgamer.topper.agent.storage.simple.builder me.hsgamer.topper.agent.storage.simple.supplier -
-
Uses of DataStorageSupplier in me.hsgamer.topper.agent.storage.simple.builder
Methods in me.hsgamer.topper.agent.storage.simple.builder that return DataStorageSupplier Modifier and Type Method Description DataStorageSupplier<K,V>DataStorageBuilder. buildSupplier(String type) -
Uses of DataStorageSupplier in me.hsgamer.topper.agent.storage.simple.supplier
Classes in me.hsgamer.topper.agent.storage.simple.supplier that implement DataStorageSupplier Modifier and Type Class Description classFlatStorageSupplier<K,V>classMySqlStorageSupplier<K,V>classNewSqliteStorageSupplier<K,V>classSqliteStorageSupplier<K,V>classSqlStorageSupplier<K,V>
-