|
||||||||||
| 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(org.apache.hadoop.conf.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(org.apache.hadoop.conf.Configuration conf)
throws Exception
conf - The configuration used to initialize this instance of the HMS
Exceptionvoid notifyBadConnectionUrl(String url)
url -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||