Uses of Enum Class
org.postgresql.hostchooser.HostStatus
Packages that use HostStatus
-
Uses of HostStatus in org.postgresql.hostchooser
Subclasses with type arguments of type HostStatus in org.postgresql.hostchooserFields in org.postgresql.hostchooser declared as HostStatusModifier and TypeFieldDescription(package private) HostStatusGlobalHostStatusTracker.HostSpecStatus.statusMethods in org.postgresql.hostchooser that return HostStatusModifier and TypeMethodDescriptionstatic HostStatusReturns the enum constant of this class with the specified name.static HostStatus[]HostStatus.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 HostStatusModifier and TypeMethodDescriptionabstract booleanHostRequirement.allowConnectingTo(HostStatus status) static voidGlobalHostStatusTracker.reportHostStatus(HostSpec hostSpec, HostStatus hostStatus) Store the actual observed host status.