Uses of Class
org.postgresql.hostchooser.HostRequirement
-
Packages that use HostRequirement Package Description org.postgresql.hostchooser -
-
Uses of HostRequirement in org.postgresql.hostchooser
Methods in org.postgresql.hostchooser that return HostRequirement Modifier and Type Method Description 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.Methods in org.postgresql.hostchooser with parameters of type HostRequirement Modifier and Type Method Description static HostChooser
HostChooserFactory. createHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, java.util.Properties info)
Constructors in org.postgresql.hostchooser with parameters of type HostRequirement Constructor Description MultiHostChooser(HostSpec[] hostSpecs, HostRequirement targetServerType, java.util.Properties info)
-