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.candidateHostMethods 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 static List<CandidateHost> MultiHostChooser.withReqStatus(HostRequirement requirement, List<HostSpec> hosts)