| Package | Description |
|---|---|
| com.mysql.cj.conf | |
| com.mysql.cj.conf.url |
| Modifier and Type | Method and Description |
|---|---|
static HostsListView |
HostsListView.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HostsListView[] |
HostsListView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HostInfo> |
ConnectionUrl.getHostsList(HostsListView view)
Returns a list of the hosts in this connection URL, filtered for the given view.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HostInfo> |
XDevApiDnsSrvConnectionUrl.getHostsList(HostsListView view)
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
|
java.util.List<HostInfo> |
ReplicationDnsSrvConnectionUrl.getHostsList(HostsListView view)
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
|
java.util.List<HostInfo> |
XDevApiConnectionUrl.getHostsList(HostsListView view) |
java.util.List<HostInfo> |
ReplicationConnectionUrl.getHostsList(HostsListView view)
Returns a list of the hosts in this connection URL, filtered for the given view.
|
java.util.List<HostInfo> |
LoadBalanceDnsSrvConnectionUrl.getHostsList(HostsListView view)
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
|
java.util.List<HostInfo> |
FailoverDnsSrvConnectionUrl.getHostsList(HostsListView view)
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
|