类 OracleURLParser
java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.OracleURLParser
- 所有已实现的接口:
ConnectionURLParser
OracleURLParser presents that how to parse oracle connection url.
Note: OracleURLParser can parse the commons/TNS connection url. the commons connection url is of the form:
jdbc:oracle:(drivertype):@(database), the other the form of connection url cannot be parsed successfully.
-
字段概要
字段修饰符和类型字段说明static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String从类继承的字段 org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
url -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected URLLocationFetch the index range that database host and port from connection url.protected StringFetch database name from connection url.protected URLLocationFetch the index range that database name from connection url.parse()ConnectionURLParserparses database name and the database host(s) from connection url.从类继承的方法 org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
fetchDatabaseHostsFromURL, fetchDatabaseNameFromURL
-
字段详细资料
-
构造器详细资料
-
OracleURLParser
-
-
方法详细资料
-
fetchDatabaseHostsIndexRange
从类复制的说明:AbstractURLParserFetch the index range that database host and port from connection url.- 指定者:
fetchDatabaseHostsIndexRange在类中AbstractURLParser- 返回:
- index range that database hosts.
-
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.
-
fetchDatabaseNameFromURL
从类复制的说明:AbstractURLParserFetch database name from connection url.- 覆盖:
fetchDatabaseNameFromURL在类中AbstractURLParser- 返回:
- database name.
-