org.postgresql.hostchooser
Class HostChooserFactory

java.lang.Object
  extended by org.postgresql.hostchooser.HostChooserFactory

public class HostChooserFactory
extends Object

Chooses a HostChooser instance based on the number of hosts and properties.


Constructor Summary
HostChooserFactory()
           
 
Method Summary
static HostChooser createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostChooserFactory

public HostChooserFactory()
Method Detail

createHostChooser

public static HostChooser createHostChooser(HostSpec[] hostSpecs,
                                            HostRequirement targetServerType,
                                            Properties info)


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