Uses of Class
org.postgresql.hostchooser.HostStatus
-
Packages that use HostStatus Package Description org.postgresql.hostchooser -
-
Uses of HostStatus in org.postgresql.hostchooser
Fields in org.postgresql.hostchooser declared as HostStatus Modifier and Type Field Description (package private) HostStatusGlobalHostStatusTracker.HostSpecStatus. statusMethods in org.postgresql.hostchooser that return HostStatus Modifier and Type Method Description static HostStatusHostStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HostStatus[]HostStatus. 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 HostStatus Modifier and Type Method Description abstract booleanHostRequirement. allowConnectingTo(HostStatus status)static voidGlobalHostStatusTracker. reportHostStatus(HostSpec hostSpec, HostStatus hostStatus)Store the actual observed host status.
-