Package | Description |
---|---|
org.postgresql.hostchooser |
Modifier and Type | Field and Description |
---|---|
HostRequirement |
CandidateHost.targetServerType |
Modifier and Type | Method and Description |
---|---|
static HostRequirement |
HostRequirement.getTargetServerType(java.lang.String targetServerType)
The postgreSQL project has decided not to use the term slave to refer to alternate servers.
|
static HostRequirement |
HostRequirement.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static HostChooser |
HostChooserFactory.createHostChooser(HostSpec[] hostSpecs,
HostRequirement targetServerType,
java.util.Properties info) |
Constructor and Description |
---|
CandidateHost(HostSpec hostSpec,
HostRequirement targetServerType) |
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.