Package org.postgresql.hostchooser
Class HostChooserFactory
java.lang.Object
org.postgresql.hostchooser.HostChooserFactory
Chooses a
HostChooser
instance based on the number of hosts and properties.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HostChooser
createHostChooser
(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info)
-
Constructor Details
-
HostChooserFactory
public HostChooserFactory()
-
-
Method Details
-
createHostChooser
public static HostChooser createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info)
-