|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectHCatTableInfo
public class HCatTableInfo
HCatTableInfo - class to communicate table information to HCatInputFormat
and HCatOutputFormat
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getDatabaseName()
Gets the value of databaseName |
HCatSchema |
getDataColumns()
|
HCatSchema |
getPartitionColumns()
|
StorerInfo |
getStorerInfo()
|
String |
getTableLocation()
|
String |
getTableName()
Gets the value of tableName |
int |
hashCode()
|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getDatabaseName()
public String getTableName()
public HCatSchema getDataColumns()
public HCatSchema getPartitionColumns()
public StorerInfo getStorerInfo()
public String getTableLocation()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |