QueryCNListUtils类
集群CN列表相关方法类。
keyFromURL
功能描述
在props中根据PGHOSTURL和PGPORTURL生成一个表示集群基础的键。
语法格式
public static String keyFromURL(Properties props)
参数说明
props:连接属性。
返回值
一个表示集群基础的键。
refreshProperties
功能描述
将props中的集群信息提交给轮询线程,并尝试从轮询线程输出的结果中获取集群的CN列表。
语法格式
public static void refreshProperties(Properties props)
参数说明
props:连接属性。
返回值
无。
runRereshCNListQueryies
功能描述
使用上层已建立的连接刷新全局CN列表。
语法格式
public static void runRereshCNListQueryies(QueryExecutor queryExecutor,
Properties info)
throws SQLException, IOException
参数说明
queryExecutor:已连接的QueryExecutor。
info:连接属性。
返回值
无。