org.postgresql.hostchooser
Interface HostChooser

All Known Implementing Classes:
MultiHostChooser, SingleHostChooser

public interface HostChooser

Lists connections in preferred order.


Method Summary
 Iterator<HostSpec> iterator()
          Lists connection hosts in preferred order.
 

Method Detail

iterator

Iterator<HostSpec> iterator()
Lists connection hosts in preferred order.

Returns:
connection hosts in preferred order.


Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.