Uses of Class
io.github.tonywasher.joceanus.prometheus.database.PrometheusDBConfig
Packages that use PrometheusDBConfig
Package
Description
Handles mapping to/from database.
-
Uses of PrometheusDBConfig in io.github.tonywasher.joceanus.prometheus.database
Methods in io.github.tonywasher.joceanus.prometheus.database that return PrometheusDBConfigModifier and TypeMethodDescriptionstatic PrometheusDBConfigPrometheusDBConfig.fromPrefs(PrometheusDatabase.PrometheusDatabasePreferences pPreferences) Construct config from prefs.static PrometheusDBConfigPrometheusDBConfig.h2()Construct a simple h2 config.static PrometheusDBConfigPrometheusDBConfig.mariaDB()Construct a simple mariaDB config.static PrometheusDBConfigPrometheusDBConfig.mysql()Construct a simple mysql config.static PrometheusDBConfigPrometheusDBConfig.postgres()Construct a simple postgres config.static PrometheusDBConfigPrometheusDBConfig.sqlserver()Construct a simple selserver config.Constructors in io.github.tonywasher.joceanus.prometheus.database with parameters of type PrometheusDBConfigModifierConstructorDescriptionprotectedPrometheusDataStore(PrometheusDBConfig pConfig) Construct a new Database class.protectedPrometheusDataStore(String pDatabase, PrometheusDBConfig pConfig) Construct a new Database class.