Uses of Enum Class
com.ranull.graves.manager.DataManager.Type
Packages that use DataManager.Type
-
Uses of DataManager.Type in com.ranull.graves.manager
Fields in com.ranull.graves.manager declared as DataManager.TypeModifier and TypeFieldDescriptionprivate DataManager.TypeDataManager.typeThe type of the component or event.Methods in com.ranull.graves.manager that return DataManager.TypeModifier and TypeMethodDescriptionstatic DataManager.TypeReturns the enum constant of this class with the specified name.static DataManager.Type[]DataManager.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ranull.graves.manager with parameters of type DataManager.TypeModifier and TypeMethodDescriptionprivate voidDataManager.configureMySQLOrMariaDB(com.zaxxer.hikari.HikariConfig config, DataManager.Type type) Configures the HikariConfig for MySQL or MariaDB.voidDataManager.loadType(DataManager.Type type) Loads the database type and sets up the data source.voidDataManager.reload(DataManager.Type type) Reloads the data manager with the specified type.