|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectHCatCreateDBDesc
public class HCatCreateDBDesc
The Class HCatCreateDBDesc for defining database attributes.
Nested Class Summary | |
---|---|
static class |
HCatCreateDBDesc.Builder
|
Method Summary | |
---|---|
static HCatCreateDBDesc.Builder |
create(String dbName)
Creates the builder for defining attributes. |
String |
getComments()
Gets the comments. |
String |
getDatabaseName()
Gets the database name. |
Map<String,String> |
getDatabaseProperties()
Gets the database properties. |
boolean |
getIfNotExists()
Gets the if not exists. |
String |
getLocation()
Gets the location. |
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Map<String,String> getDatabaseProperties()
public boolean getIfNotExists()
public String getComments()
public String getLocation()
public String getDatabaseName()
public String toString()
toString
in class Object
public static HCatCreateDBDesc.Builder create(String dbName)
dbName
- the db name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |