|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.catalog.CatalogPartition
public class CatalogPartition
The CatalogPartition is a wrapper around org.apache.hcatalog.api.HCatPartition.
Constructor Summary | |
---|---|
protected |
CatalogPartition()
|
Method Summary | |
---|---|
List<String> |
getColumns()
Gets the columns of the table. |
long |
getCreateTime()
Gets the creates the time. |
String |
getDatabaseName()
Gets the database name. |
String |
getInputFormat()
Gets the input format. |
long |
getLastAccessTime()
Gets the last access time. |
String |
getLocation()
Gets the location. |
String |
getOutputFormat()
Gets the output format. |
String |
getSerDe()
Gets the serde. |
String |
getTableName()
Gets the table name. |
List<String> |
getValues()
Gets the values. |
protected void |
setCreateTime(long createTime)
|
protected void |
setDatabaseName(String databaseName)
|
protected void |
setInputFormat(String inputFormat)
|
protected void |
setLastAccessTime(long lastAccessTime)
|
protected void |
setLocation(String location)
|
protected void |
setOutputFormat(String outputFormat)
|
protected void |
setSerdeInfo(String serdeInfo)
|
protected void |
setTableColumns(List<String> tableColumns)
|
protected void |
setTableName(String tableName)
|
protected void |
setValues(List<String> values)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected CatalogPartition()
Method Detail |
---|
protected void setDatabaseName(String databaseName)
protected void setTableName(String tableName)
protected void setValues(List<String> values)
protected void setCreateTime(long createTime)
protected void setLastAccessTime(long lastAccessTime)
protected void setTableColumns(List<String> tableColumns)
protected void setInputFormat(String inputFormat)
protected void setOutputFormat(String outputFormat)
protected void setLocation(String location)
protected void setSerdeInfo(String serdeInfo)
public String getDatabaseName()
public String getTableName()
public List<String> getColumns()
public String getInputFormat()
public String getOutputFormat()
public String getLocation()
public String getSerDe()
public long getLastAccessTime()
public long getCreateTime()
public List<String> getValues()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |