public interface HostChooser extends Iterable<CandidateHost>
Modifier and Type | Method and Description |
---|---|
Iterator<CandidateHost> |
iterator()
Lists connection hosts in preferred order.
|
forEach, spliterator
Iterator<CandidateHost> iterator()
iterator
in interface Iterable<CandidateHost>
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.