Uses of Enum
org.postgresql.hostchooser.HostRequirement
Packages that use HostRequirement
-
Uses of HostRequirement in org.postgresql.hostchooser
Fields in org.postgresql.hostchooser declared as HostRequirementMethods in org.postgresql.hostchooser that return HostRequirementModifier and TypeMethodDescriptionstatic HostRequirement
HostRequirement.getTargetServerType
(String targetServerType) The postgreSQL project has decided not to use the term slave to refer to alternate servers.static HostRequirement
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.Methods in org.postgresql.hostchooser with parameters of type HostRequirementModifier and TypeMethodDescriptionstatic HostChooser
HostChooserFactory.createHostChooser
(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info) Constructors in org.postgresql.hostchooser with parameters of type HostRequirement