Uses of Enum Class
io.r2dbc.postgresql.MultiHostConnectionStrategy.HostStatus
Packages that use MultiHostConnectionStrategy.HostStatus
Package
Description
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
-
Uses of MultiHostConnectionStrategy.HostStatus in io.r2dbc.postgresql
Subclasses with type arguments of type MultiHostConnectionStrategy.HostStatus in io.r2dbc.postgresqlModifier and TypeClassDescriptionstatic enumConnection status for a host.Methods in io.r2dbc.postgresql that return MultiHostConnectionStrategy.HostStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MultiHostConnectionStrategy.HostStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.r2dbc.postgresql with parameters of type MultiHostConnectionStrategy.HostStatusModifier and TypeMethodDescriptionbooleanMultiHostConnectionStrategy.HostSelector.test(SocketAddress address, MultiHostConnectionStrategy.HostStatus hostStatus) Perform a check and returntruewhether the given host qualifies as target server.