Uses of Class
org.mariadb.jdbc.util.constants.HaMode
-
Packages that use HaMode Package Description org.mariadb.jdbc org.mariadb.jdbc.util.constants -
-
Uses of HaMode in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return HaMode Modifier and Type Method Description HaModeConfiguration. haMode()Methods in org.mariadb.jdbc with parameters of type HaMode Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. haMode(HaMode haMode)static List<HostAddress>HostAddress. parse(String spec, HaMode haMode)parse - parse server addresses from the URL fragment. -
Uses of HaMode in org.mariadb.jdbc.util.constants
Methods in org.mariadb.jdbc.util.constants that return HaMode Modifier and Type Method Description static HaModeHaMode. from(String value)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.
-