public class ApiHiveTable extends Object
Constructor and Description |
---|
ApiHiveTable() |
ApiHiveTable(String database,
String tableName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDatabase()
Name of the database to which this table belongs.
|
String |
getTableName()
Name of the table.
|
int |
hashCode() |
void |
setDatabase(String database) |
void |
setTableName(String tableName) |
String |
toString() |
public String getDatabase()
public void setDatabase(String database)
public String getTableName()
public void setTableName(String tableName)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.