Package org.postgresql.hostchooser
Interface HostChooser
- All Superinterfaces:
Iterable<CandidateHost>
Lists connections in preferred order.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
Iterator<CandidateHost> iterator()Lists connection hosts in preferred order.- Specified by:
iteratorin interfaceIterable<CandidateHost>- Returns:
- connection hosts in preferred order.
-