public class HCatCreateDBDesc extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HCatCreateDBDesc.Builder |
Modifier and Type | Method and Description |
---|---|
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() |
public Map<String,String> getDatabaseProperties()
public boolean getIfNotExists()
public String getComments()
public String getLocation()
public String getDatabaseName()
public static HCatCreateDBDesc.Builder create(String dbName)
dbName
- the db nameCopyright © 2017 The Apache Software Foundation. All rights reserved.