Uses of Class
org.postgresql.util.HostSpec
-
Packages that use HostSpec Package Description org.postgresql org.postgresql.core org.postgresql.core.v3 org.postgresql.hostchooser org.postgresql.jdbc -
-
Uses of HostSpec in org.postgresql
Methods in org.postgresql that return HostSpec Modifier and Type Method Description private static HostSpec[]Driver. hostSpecs(java.util.Properties props) -
Uses of HostSpec in org.postgresql.core
Fields in org.postgresql.core declared as HostSpec Modifier and Type Field Description private HostSpecPGStream. hostSpecMethods in org.postgresql.core that return HostSpec Modifier and Type Method Description HostSpecPGStream. getHostSpec()HostSpecQueryExecutor. getHostSpec()HostSpecQueryExecutorBase. getHostSpec()Methods in org.postgresql.core with parameters of type HostSpec Modifier and Type Method Description static QueryExecutorConnectionFactory. openConnection(HostSpec[] hostSpecs, java.lang.String user, java.lang.String database, java.util.Properties info)Establishes and initializes a new connection.abstract QueryExecutorConnectionFactory. openConnectionImpl(HostSpec[] hostSpecs, java.lang.String user, java.lang.String database, java.util.Properties info)Implementation ofConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties)for a particular protocol version.Constructors in org.postgresql.core with parameters of type HostSpec Constructor Description PGStream(javax.net.SocketFactory socketFactory, HostSpec hostSpec)Deprecated.PGStream(javax.net.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 HostSpec Modifier and Type Method Description QueryExecutorConnectionFactoryImpl. openConnectionImpl(HostSpec[] hostSpecs, java.lang.String user, java.lang.String database, java.util.Properties info)private PGStreamConnectionFactoryImpl. tryConnect(java.lang.String user, java.lang.String database, java.util.Properties info, javax.net.SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode) -
Uses of HostSpec in org.postgresql.hostchooser
Fields in org.postgresql.hostchooser declared as HostSpec Modifier and Type Field Description (package private) HostSpecGlobalHostStatusTracker.HostSpecStatus. hostHostSpecCandidateHost. hostSpecprivate HostSpec[]MultiHostChooser. hostSpecsFields in org.postgresql.hostchooser with type parameters of type HostSpec Modifier and Type Field Description private static java.util.Map<HostSpec,GlobalHostStatusTracker.HostSpecStatus>GlobalHostStatusTracker. hostStatusMapMethods in org.postgresql.hostchooser that return types with arguments of type HostSpec Modifier and Type Method Description (package private) static java.util.List<HostSpec>GlobalHostStatusTracker. getCandidateHosts(HostSpec[] hostSpecs, HostRequirement targetServerType, long hostRecheckMillis)Returns a list of candidate hosts that have the required targetServerType.Methods in org.postgresql.hostchooser with parameters of type HostSpec Modifier and Type Method Description static HostChooserHostChooserFactory. createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, java.util.Properties info)(package private) static java.util.List<HostSpec>GlobalHostStatusTracker. getCandidateHosts(HostSpec[] hostSpecs, HostRequirement targetServerType, long hostRecheckMillis)Returns a list of candidate hosts that have the required targetServerType.static voidGlobalHostStatusTracker. reportHostStatus(HostSpec hostSpec, HostStatus hostStatus)Store the actual observed host status.Method parameters in org.postgresql.hostchooser with type arguments of type HostSpec Modifier and Type Method Description private java.util.List<CandidateHost>MultiHostChooser. withReqStatus(HostRequirement requirement, java.util.List<HostSpec> hosts)Constructors in org.postgresql.hostchooser with parameters of type HostSpec Constructor Description CandidateHost(HostSpec hostSpec, HostRequirement targetServerType)HostSpecStatus(HostSpec host)MultiHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, java.util.Properties info)SingleHostChooser(HostSpec hostSpec, HostRequirement targetServerType) -
Uses of HostSpec in org.postgresql.jdbc
Constructors in org.postgresql.jdbc with parameters of type HostSpec Constructor Description PgConnection(HostSpec[] hostSpecs, java.lang.String user, java.lang.String database, java.util.Properties info, java.lang.String url)
-