Uses of Class
org.mariadb.jdbc.export.HaMode
-
Packages that use HaMode Package Description org.mariadb.jdbc org.mariadb.jdbc.export -
-
Uses of HaMode in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return HaMode Modifier and Type Method Description HaModeConfiguration. haMode()High availability modeMethods in org.mariadb.jdbc with parameters of type HaMode Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. haMode(HaMode haMode)Set failover High-availability modestatic List<HostAddress>HostAddress. parse(String spec, HaMode haMode)parse - parse server addresses from the URL fragment. -
Uses of HaMode in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export that return HaMode Modifier and Type Method Description static HaModeHaMode. from(String value)Get HAMode from values or aliasesstatic 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.
-