Uses of Enum Class
org.postgresql.hostchooser.HostRequirement
Packages that use HostRequirement
-
Uses of HostRequirement in org.postgresql.hostchooser
Subclasses with type arguments of type HostRequirement in org.postgresql.hostchooserFields in org.postgresql.hostchooser declared as HostRequirementMethods in org.postgresql.hostchooser that return HostRequirementModifier and TypeMethodDescriptionstatic HostRequirementHostRequirement.getTargetServerType(String targetServerType) The postgreSQL project has decided not to use the term slave to refer to alternate servers. secondary or standby is preferred.static HostRequirementReturns the enum constant of this class with the specified name.static HostRequirement[]HostRequirement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.postgresql.hostchooser with parameters of type HostRequirementModifier and TypeMethodDescriptionstatic HostChooserHostChooserFactory.createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, Properties info) Constructors in org.postgresql.hostchooser with parameters of type HostRequirement