Uses of Class
org.postgresql.util.HostSpec
Packages that use HostSpec
Package
Description
-
Uses of HostSpec in org.postgresql.core
Methods in org.postgresql.core that return HostSpecModifier and TypeMethodDescriptionPGStream.getHostSpec()
QueryExecutor.getHostSpec()
QueryExecutorBase.getHostSpec()
Methods in org.postgresql.core with parameters of type HostSpecModifier and TypeMethodDescriptionstatic QueryExecutor
ConnectionFactory.openConnection
(HostSpec[] hostSpecs, Properties info) Establishes and initializes a new connection.abstract QueryExecutor
ConnectionFactory.openConnectionImpl
(HostSpec[] hostSpecs, Properties info) Implementation ofConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.util.Properties)
for a particular protocol version.Constructors in org.postgresql.core with parameters of type HostSpecModifierConstructorDescriptionPGStream
(SocketFactory socketFactory, HostSpec hostSpec) Deprecated.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.v3
Methods in org.postgresql.core.v3 with parameters of type HostSpecModifier and TypeMethodDescriptionConnectionFactoryImpl.openConnectionImpl
(HostSpec[] hostSpecs, Properties info) -
Uses of HostSpec in org.postgresql.hostchooser
Fields in org.postgresql.hostchooser declared as HostSpecMethods in org.postgresql.hostchooser with parameters of type HostSpecModifier and TypeMethodDescriptionstatic 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 -
Uses of HostSpec in org.postgresql.jdbc
Constructors in org.postgresql.jdbc with parameters of type HostSpec
PGStream(SocketFactory, org.postgresql.util.HostSpec, int)