Uses of Class
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.URLLocation
Packages that use URLLocation
-
Uses of URLLocation in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
Methods in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser that return URLLocationModifier and TypeMethodDescriptionprotected abstract URLLocationAbstractURLParser.fetchDatabaseHostsIndexRange()Fetch the index range that database host and port from connection url.protected URLLocationH2URLParser.fetchDatabaseHostsIndexRange()protected URLLocationImpalaJdbcURLParser.fetchDatabaseHostsIndexRange()protected URLLocationMssqlJdbcURLParser.fetchDatabaseHostsIndexRange()protected URLLocationMssqlJtdsURLParser.fetchDatabaseHostsIndexRange()protected URLLocationMysqlURLParser.fetchDatabaseHostsIndexRange()protected URLLocationOracleURLParser.fetchDatabaseHostsIndexRange()protected URLLocationPostgreSQLURLParser.fetchDatabaseHostsIndexRange()protected abstract URLLocationAbstractURLParser.fetchDatabaseNameIndexRange()Fetch the index range that database name from connection url.protected URLLocationH2URLParser.fetchDatabaseNameIndexRange()protected URLLocationImpalaJdbcURLParser.fetchDatabaseNameIndexRange()protected URLLocationImpalaJdbcURLParser.fetchDatabaseNameIndexRange(int startSize) protected URLLocationMssqlJdbcURLParser.fetchDatabaseNameIndexRange()protected URLLocationMssqlJdbcURLParser.fetchDatabaseNameIndexRange(int startSize) protected URLLocationMssqlJtdsURLParser.fetchDatabaseNameIndexRange()protected URLLocationMssqlJtdsURLParser.fetchDatabaseNameIndexRange(int startSize) protected URLLocationMysqlURLParser.fetchDatabaseNameIndexRange()protected URLLocationMysqlURLParser.fetchDatabaseNameIndexRange(int startSize) protected URLLocationOracleURLParser.fetchDatabaseNameIndexRange()protected URLLocationPostgreSQLURLParser.fetchDatabaseNameIndexRange()