org.postgresql.hostchooser
public interface HostChooser extends Iterable<CandidateHost>
Modifier and Type | Method and Description |
---|---|
Iterator<CandidateHost> |
iterator()
Lists connection hosts in preferred order.
|
Iterator<CandidateHost> iterator()
iterator
in interface Iterable<CandidateHost>
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.