|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPartInfo
public class PartInfo
The Class used to serialize the partition information read from the metadata server that maps to a partition.
Constructor Summary | |
---|---|
PartInfo(HCatSchema partitionSchema,
HCatStorageHandler storageHandler,
String location,
Properties hcatProperties,
Map<String,String> jobProperties,
HCatTableInfo tableInfo)
Instantiates a new hcat partition info. |
Method Summary | |
---|---|
String |
getInputFormatClassName()
|
Properties |
getInputStorageHandlerProperties()
Gets the input storage handler properties. |
Map<String,String> |
getJobProperties()
Gets the job properties. |
String |
getLocation()
Gets the value of location. |
String |
getOutputFormatClassName()
|
HCatSchema |
getPartitionSchema()
Gets the value of partitionSchema. |
Map<String,String> |
getPartitionValues()
Gets the partition values. |
String |
getSerdeClassName()
|
String |
getStorageHandlerClassName()
|
HCatTableInfo |
getTableInfo()
Gets the HCatalog table information. |
void |
setPartitionValues(Map<String,String> partitionValues)
Sets the partition values. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartInfo(HCatSchema partitionSchema, HCatStorageHandler storageHandler, String location, Properties hcatProperties, Map<String,String> jobProperties, HCatTableInfo tableInfo)
partitionSchema
- the partition schemastorageHandler
- the storage handlerlocation
- the locationhcatProperties
- hcat-specific properties at the partitionjobProperties
- the job propertiestableInfo
- the table informationMethod Detail |
---|
public HCatSchema getPartitionSchema()
public String getStorageHandlerClassName()
public String getInputFormatClassName()
public String getOutputFormatClassName()
public String getSerdeClassName()
public Properties getInputStorageHandlerProperties()
public String getLocation()
public void setPartitionValues(Map<String,String> partitionValues)
partitionValues
- the new partition valuespublic Map<String,String> getPartitionValues()
public Map<String,String> getJobProperties()
public HCatTableInfo getTableInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |