public static class AddPartitionDesc.OnePartitionDesc extends Object
Constructor and Description |
---|
AddPartitionDesc.OnePartitionDesc() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getBucketCols() |
List<FieldSchema> |
getCols() |
String |
getInputFormat() |
String |
getLocation() |
int |
getNumBuckets() |
String |
getOutputFormat() |
Map<String,String> |
getPartParams() |
Map<String,String> |
getPartSpec() |
Map<String,String> |
getSerdeParams() |
String |
getSerializationLib() |
List<Order> |
getSortCols() |
void |
setBucketCols(List<String> bucketCols) |
void |
setCols(List<FieldSchema> cols) |
void |
setInputFormat(String inputFormat) |
void |
setLocation(String location) |
void |
setNumBuckets(int numBuckets) |
void |
setOutputFormat(String outputFormat) |
void |
setPartParams(Map<String,String> partParams) |
void |
setSerdeParams(Map<String,String> serdeParams) |
void |
setSerializationLib(String serializationLib) |
void |
setSortCols(List<Order> sortCols) |
public String getLocation()
public void setLocation(String location)
public int getNumBuckets()
public void setNumBuckets(int numBuckets)
public List<FieldSchema> getCols()
public void setCols(List<FieldSchema> cols)
public String getSerializationLib()
public void setSerializationLib(String serializationLib)
public String getInputFormat()
public void setInputFormat(String inputFormat)
public String getOutputFormat()
public void setOutputFormat(String outputFormat)
Copyright © 2017 The Apache Software Foundation. All rights reserved.