|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hcatalog.mapreduce.JobInfo
public class JobInfo
The class used to serialize and store the information read from the metadata server
Constructor Summary | |
---|---|
JobInfo(HCatTableInfo hcatTableInfo,
HCatSchema tableSchema,
java.util.List<PartInfo> partitions)
Instantiates a new hcat job info. |
Method Summary | |
---|---|
java.lang.String |
getDatabaseName()
Gets the value of dbName |
java.util.List<PartInfo> |
getPartitions()
Gets the value of partitions |
java.lang.String |
getTableName()
Gets the value of tableName |
HCatSchema |
getTableSchema()
Gets the value of tableSchema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobInfo(HCatTableInfo hcatTableInfo, HCatSchema tableSchema, java.util.List<PartInfo> partitions)
hcatTableInfo
- tableSchema
- the table schemapartitions
- the partitionsMethod Detail |
---|
public java.lang.String getDatabaseName()
public java.lang.String getTableName()
public HCatSchema getTableSchema()
public java.util.List<PartInfo> getPartitions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |