public class StoragePartitionDesc
extends org.apache.hadoop.hive.ql.plan.AddPartitionDesc.OnePartitionDesc
| Constructor and Description |
|---|
StoragePartitionDesc() |
StoragePartitionDesc(String cubeTableName,
Map<String,Date> timePartSpec,
Map<String,String> nonTimePartSpec,
UpdatePeriod updatePeriod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCubeTableName() |
Map<String,String> |
getNonTimePartSpec() |
Map<String,String> |
getPartSpec()
Deprecated.
Use getStoragePartSpec
|
Map<String,String> |
getStoragePartSpec() |
Map<String,Date> |
getTimePartSpec() |
UpdatePeriod |
getUpdatePeriod() |
void |
setCubeTableName(String cubeTableName) |
void |
setNonTimePartSpec(Map<String,String> nonTimePartSpec) |
void |
setTimePartSpec(Map<String,Date> timePartSpec) |
void |
setUpdatePeriod(UpdatePeriod updatePeriod) |
getBucketCols, getCols, getInputFormat, getLocation, getNumBuckets, getOutputFormat, getPartParams, getSerdeParams, getSerializationLib, getSortCols, setBucketCols, setCols, setInputFormat, setLocation, setNumBuckets, setOutputFormat, setPartParams, setSerdeParams, setSerializationLib, setSortColspublic String getCubeTableName()
public void setCubeTableName(String cubeTableName)
cubeTableName - the cubeTableName to set@Deprecated public Map<String,String> getPartSpec()
getPartSpec in class org.apache.hadoop.hive.ql.plan.AddPartitionDesc.OnePartitionDescpublic void setTimePartSpec(Map<String,Date> timePartSpec)
timePartSpec - the timePartSpec to setpublic void setNonTimePartSpec(Map<String,String> nonTimePartSpec)
nonTimePartSpec - the nonTimePartSpec to setpublic UpdatePeriod getUpdatePeriod()
public void setUpdatePeriod(UpdatePeriod updatePeriod)
updatePeriod - the updatePeriod to setCopyright © 2014–2015 Apache Software Foundation. All rights reserved.