Uses of Class
org.postgresql.util.HostSpec

Packages that use HostSpec
org.postgresql.core   
org.postgresql.core.v2   
org.postgresql.core.v3   
org.postgresql.hostchooser   
org.postgresql.jdbc   
 

Uses of HostSpec in org.postgresql.core
 

Methods in org.postgresql.core that return HostSpec
 HostSpec ProtocolConnection.getHostSpec()
           
 HostSpec PGStream.getHostSpec()
           
 

Methods in org.postgresql.core with parameters of type HostSpec
static ProtocolConnection ConnectionFactory.openConnection(HostSpec[] hostSpecs, String user, String database, Properties info, Logger logger)
          Establishes and initializes a new connection.
abstract  ProtocolConnection ConnectionFactory.openConnectionImpl(HostSpec[] hostSpecs, String user, String database, Properties info, Logger logger)
          Implementation of ConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties, org.postgresql.core.Logger) for a particular protocol version.
 

Constructors in org.postgresql.core with parameters of type HostSpec
PGStream(SocketFactory socketFactory, HostSpec hostSpec)
          Deprecated. use PGStream.PGStream(SocketFactory, org.postgresql.util.HostSpec, int)
PGStream(SocketFactory socketFactory, HostSpec hostSpec, int timeout)
          Constructor: Connect to the PostgreSQL back end and return a stream connection.
 

Uses of HostSpec in org.postgresql.core.v2
 

Methods in org.postgresql.core.v2 with parameters of type HostSpec
 ProtocolConnection ConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs, String user, String database, Properties info, Logger logger)
           
 

Uses of HostSpec in org.postgresql.core.v3
 

Methods in org.postgresql.core.v3 with parameters of type HostSpec
 ProtocolConnection ConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs, String user, String database, Properties info, Logger logger)
           
 

Uses of HostSpec in org.postgresql.hostchooser
 

Methods in org.postgresql.hostchooser that return types with arguments of type HostSpec
 Iterator<HostSpec> SingleHostChooser.iterator()
           
 Iterator<HostSpec> MultiHostChooser.iterator()
           
 Iterator<HostSpec> HostChooser.iterator()
          Lists connection hosts in preferred order.
 

Methods in org.postgresql.hostchooser with parameters of type HostSpec
static HostChooser HostChooserFactory.createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info)
           
static void GlobalHostStatusTracker.reportHostStatus(HostSpec hostSpec, HostStatus hostStatus)
          Store the actual observed host status.
 

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

Uses of HostSpec in org.postgresql.jdbc
 

Constructors in org.postgresql.jdbc with parameters of type HostSpec
PgConnection(HostSpec[] hostSpecs, String user, String database, Properties info, String url)
           
 



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