Uses of Class
org.postgresql.hostchooser.CandidateHost
Packages that use CandidateHost
-
Uses of CandidateHost in org.postgresql.hostchooser
Fields in org.postgresql.hostchooser with type parameters of type CandidateHostModifier and TypeFieldDescriptionprivate final Collection<CandidateHost>
SingleHostChooser.candidateHost
Methods in org.postgresql.hostchooser that return types with arguments of type CandidateHostModifier and TypeMethodDescriptionprivate Iterator<CandidateHost>
MultiHostChooser.candidateIterator()
private List<CandidateHost>
MultiHostChooser.getCandidateHosts
(HostRequirement hostRequirement) HostChooser.iterator()
Lists connection hosts in preferred order.MultiHostChooser.iterator()
SingleHostChooser.iterator()
private List<CandidateHost>
MultiHostChooser.withReqStatus
(HostRequirement requirement, List<HostSpec> hosts)