public abstract class AbstractURLParser extends Object implements ConnectionURLParser
| 构造器和说明 |
|---|
AbstractURLParser(String url) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
fetchDatabaseHostsFromURL()
Fetch database host(s) from connection url.
|
protected abstract URLLocation |
fetchDatabaseHostsIndexRange()
Fetch the index range that database host and port from connection url.
|
protected String |
fetchDatabaseNameFromURL()
Fetch database name from connection url.
|
protected String |
fetchDatabaseNameFromURL(int[] indexRange)
Fetch database name from connection url.
|
protected abstract URLLocation |
fetchDatabaseNameIndexRange()
Fetch the index range that database name from connection url.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseprotected String url
public AbstractURLParser(String url)
protected abstract URLLocation fetchDatabaseHostsIndexRange()
protected abstract URLLocation fetchDatabaseNameIndexRange()
protected String fetchDatabaseHostsFromURL()
protected String fetchDatabaseNameFromURL()
protected String fetchDatabaseNameFromURL(int[] indexRange)
Copyright © 2018 The Apache Software Foundation. All rights reserved.