|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDOConnectionURLHook
JDOConnectURLHook is used to get the URL that JDO uses to connect to the database that stores the metastore data. Classes implementing this must be thread-safe (for Thrift server).
Method Summary | |
---|---|
String |
getJdoConnectionUrl(Configuration conf)
Gets the connection URL to supply to JDO. |
void |
notifyBadConnectionUrl(String url)
Alerts this that the connection URL was bad. |
Method Detail |
---|
String getJdoConnectionUrl(Configuration conf) throws Exception
conf
- The configuration used to initialize this instance of the HMS
Exception
void notifyBadConnectionUrl(String url)
url
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |