Uses of Interface
org.postgresql.hostchooser.HostChooser

Packages that use HostChooser
org.postgresql.hostchooser   
 

Uses of HostChooser in org.postgresql.hostchooser
 

Classes in org.postgresql.hostchooser that implement HostChooser
 class MultiHostChooser
          HostChooser that keeps track of known host statuses.
 class SingleHostChooser
          Host chooser that returns the single host.
 

Methods in org.postgresql.hostchooser that return HostChooser
static HostChooser HostChooserFactory.createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info)
           
 



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