Uses of Interface
org.postgresql.hostchooser.HostChooser
-
Packages that use HostChooser Package Description org.postgresql.hostchooser -
-
Uses of HostChooser in org.postgresql.hostchooser
Classes in org.postgresql.hostchooser that implement HostChooser Modifier and Type Class Description (package private) class
MultiHostChooser
HostChooser that keeps track of known host statuses.(package private) class
SingleHostChooser
Host chooser that returns the single host.Methods in org.postgresql.hostchooser that return HostChooser Modifier and Type Method Description static HostChooser
HostChooserFactory. createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, java.util.Properties info)
-