类 MssqlJdbcURLParser
java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.MssqlJdbcURLParser
- 所有已实现的接口:
ConnectionURLParser
MssqlJdbcURLParser parse connection url of mssql.-
字段概要
从类继承的字段 org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
url -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected URLLocationFetch the index range that database host and port from connection url.protected StringfetchDatabaseNameFromURL(int startSize) protected URLLocationFetch the index range that database name from connection url.protected URLLocationfetchDatabaseNameIndexRange(int startSize) parse()ConnectionURLParserparses database name and the database host(s) from connection url.从类继承的方法 org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
fetchDatabaseHostsFromURL, fetchDatabaseNameFromURL, fetchDatabaseNameFromURL
-
构造器详细资料
-
MssqlJdbcURLParser
-
-
方法详细资料
-
fetchDatabaseHostsIndexRange
从类复制的说明:AbstractURLParserFetch the index range that database host and port from connection url.- 指定者:
fetchDatabaseHostsIndexRange在类中AbstractURLParser- 返回:
- index range that database hosts.
-
fetchDatabaseNameFromURL
-
fetchDatabaseNameIndexRange
-
fetchDatabaseNameIndexRange
从类复制的说明:AbstractURLParserFetch the index range that database name from connection url.- 指定者:
fetchDatabaseNameIndexRange在类中AbstractURLParser- 返回:
- index range that database name.
-
parse
从接口复制的说明:ConnectionURLParserConnectionURLParserparses database name and the database host(s) from connection url.- 返回:
- connection info.
-