Uses of Class
org.postgresql.hostchooser.HostRequirement

Packages that use HostRequirement
org.postgresql.hostchooser   
 

Uses of HostRequirement in org.postgresql.hostchooser
 

Methods in org.postgresql.hostchooser that return HostRequirement
static HostRequirement HostRequirement.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HostRequirement[] HostRequirement.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.postgresql.hostchooser with parameters of type HostRequirement
static HostChooser HostChooserFactory.createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info)
           
 

Constructors in org.postgresql.hostchooser with parameters of type HostRequirement
MultiHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info)
           
 



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