org.apache.hcatalog.mapreduce
Class HCatTableInfo

Object
  extended by HCatTableInfo
All Implemented Interfaces:
Serializable

public class HCatTableInfo
extends Object
implements Serializable

HCatTableInfo - class to communicate table information to HCatInputFormat and HCatOutputFormat

See Also:
Serialized Form

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

getDatabaseName

public String getDatabaseName()
Gets the value of databaseName

Returns:
the databaseName

getTableName

public String getTableName()
Gets the value of tableName

Returns:
the tableName

getDataColumns

public HCatSchema getDataColumns()
Returns:
return schema of data columns as defined in meta store

getPartitionColumns

public HCatSchema getPartitionColumns()
Returns:
schema of partition columns

getStorerInfo

public StorerInfo getStorerInfo()
Returns:
the storerInfo

getTableLocation

public String getTableLocation()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object