Package org.postgresql.hostchooser
Interface HostChooser
-
- All Superinterfaces:
java.lang.Iterable<CandidateHost>
public interface HostChooser extends java.lang.Iterable<CandidateHost>
Lists connections in preferred order.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Iterator<CandidateHost>
iterator()
Lists connection hosts in preferred order.
-
-
-
Method Detail
-
iterator
java.util.Iterator<CandidateHost> iterator()
Lists connection hosts in preferred order.- Specified by:
iterator
in interfacejava.lang.Iterable<CandidateHost>
- Returns:
- connection hosts in preferred order.
-
-