Uses of Class
org.mariadb.r2dbc.HaMode
-
Packages that use HaMode Package Description org.mariadb.r2dbc -
-
Uses of HaMode in org.mariadb.r2dbc
Methods in org.mariadb.r2dbc that return HaMode Modifier and Type Method Description static HaModeHaMode. from(String value)Get HAMode from values or aliasesHaModeMariadbConnectionConfiguration. getHaMode()static HaModeHaMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HaMode[]HaMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-