Uses of Class
org.apache.hcatalog.mapreduce.PartInfo

Packages that use PartInfo
org.apache.hcatalog.mapreduce   
 

Uses of PartInfo in org.apache.hcatalog.mapreduce
 

Methods in org.apache.hcatalog.mapreduce that return types with arguments of type PartInfo
 java.util.List<PartInfo> JobInfo.getPartitions()
          Gets the value of partitions
 

Constructor parameters in org.apache.hcatalog.mapreduce with type arguments of type PartInfo
JobInfo(HCatTableInfo hcatTableInfo, HCatSchema tableSchema, java.util.List<PartInfo> partitions)
          Instantiates a new hcat job info.