Package org.postgresql.hostchooser
Class HostChooserFactory
- java.lang.Object
-
- org.postgresql.hostchooser.HostChooserFactory
-
public class HostChooserFactory extends java.lang.Object
Chooses aHostChooser
instance based on the number of hosts and properties.
-
-
Constructor Summary
Constructors Constructor Description HostChooserFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HostChooser
createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, java.util.Properties info)
-
-
-
Method Detail
-
createHostChooser
public static HostChooser createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, java.util.Properties info)
-
-