类 AbstractURLParser
java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
- 所有已实现的接口:
ConnectionURLParser
- 直接已知子类:
H2URLParser,ImpalaJdbcURLParser,MssqlJdbcURLParser,MssqlJtdsURLParser,MysqlURLParser,OracleURLParser,PostgreSQLURLParser
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected StringFetch database host(s) from connection url.protected abstract URLLocationFetch the index range that database host and port from connection url.protected StringFetch database name from connection url.protected StringfetchDatabaseNameFromURL(int[] indexRange) Fetch database name from connection url.protected abstract URLLocationFetch the index range that database name from connection url.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.ConnectionURLParser
parse
-
字段详细资料
-
url
-
-
构造器详细资料
-
AbstractURLParser
-
-
方法详细资料
-
fetchDatabaseHostsIndexRange
Fetch the index range that database host and port from connection url.- 返回:
- index range that database hosts.
-
fetchDatabaseNameIndexRange
Fetch the index range that database name from connection url.- 返回:
- index range that database name.
-
fetchDatabaseHostsFromURL
Fetch database host(s) from connection url.- 返回:
- database host(s).
-
fetchDatabaseNameFromURL
Fetch database name from connection url.- 返回:
- database name.
-
fetchDatabaseNameFromURL
Fetch database name from connection url.- 返回:
- database name.
-