类的使用
com.mysql.cj.conf.HostsListView
-
使用HostsListView的程序包 程序包 说明 com.mysql.cj.conf com.mysql.cj.conf.url -
-
com.mysql.cj.conf中HostsListView的使用
返回HostsListView的com.mysql.cj.conf中的方法 修饰符和类型 方法 说明 static HostsListViewHostsListView. valueOf(String name)返回带有指定名称的该类型的枚举常量。static HostsListView[]HostsListView. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为HostsListView的com.mysql.cj.conf中的方法 修饰符和类型 方法 说明 List<HostInfo>ConnectionUrl. getHostsList(HostsListView view)Returns a list of the hosts in this connection URL, filtered for the given view. -
com.mysql.cj.conf.url中HostsListView的使用
参数类型为HostsListView的com.mysql.cj.conf.url中的方法 修饰符和类型 方法 说明 List<HostInfo>FailoverDnsSrvConnectionUrl. getHostsList(HostsListView view)Returns a hosts list built from the result of the DNS SRV lookup for the original host name.List<HostInfo>LoadBalanceDnsSrvConnectionUrl. getHostsList(HostsListView view)Returns a hosts list built from the result of the DNS SRV lookup for the original host name.List<HostInfo>ReplicationConnectionUrl. getHostsList(HostsListView view)Returns a list of the hosts in this connection URL, filtered for the given view.List<HostInfo>ReplicationDnsSrvConnectionUrl. getHostsList(HostsListView view)Returns a hosts list built from the result of the DNS SRV lookup for the original host name.List<HostInfo>XDevApiConnectionUrl. getHostsList(HostsListView view)List<HostInfo>XDevApiDnsSrvConnectionUrl. getHostsList(HostsListView view)Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
-