Uses of Enum
org.mariadb.jdbc.export.HaMode
Packages that use HaMode
-
Uses of HaMode in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return HaModeMethods in org.mariadb.jdbc with parameters of type HaModeModifier and TypeMethodDescriptionSet failover High-availability modestatic List<HostAddress> parse - parse server addresses from the URL fragment. -
Uses of HaMode in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export that return HaModeModifier and TypeMethodDescriptionstatic HaModeGet HAMode from values or aliasesstatic HaModeReturns 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.Methods in org.mariadb.jdbc.export with parameters of type HaModeModifier and TypeMethodDescriptionstatic Optional<HostAddress> HaMode.getAvailableRoundRobinHost(HaMode haMode, List<HostAddress> hostAddresses, ConcurrentMap<HostAddress, Long> denyList, boolean primary) return hosts of corresponding type (primary or not) without blacklisted hosts.