public class AlterIndexDesc extends DDLDesc implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AlterIndexDesc.AlterIndexTypes
alterIndexTypes.
|
Constructor and Description |
---|
AlterIndexDesc() |
AlterIndexDesc(AlterIndexDesc.AlterIndexTypes type) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseTableName() |
String |
getIndexName() |
AlterIndexDesc.AlterIndexTypes |
getOp() |
Map<String,String> |
getProps() |
Map<String,String> |
getSpec() |
void |
setBaseTableName(String baseTable) |
void |
setIndexName(String indexName) |
void |
setOp(AlterIndexDesc.AlterIndexTypes op) |
void |
setProps(Map<String,String> props) |
void |
setSpec(Map<String,String> partSpec) |
public AlterIndexDesc()
public AlterIndexDesc(AlterIndexDesc.AlterIndexTypes type)
public String getIndexName()
public void setIndexName(String indexName)
indexName
- the indexName to setpublic String getBaseTableName()
public void setBaseTableName(String baseTable)
baseTable
- the baseTable to setpublic void setSpec(Map<String,String> partSpec)
partSpec
- the partition spec to setpublic AlterIndexDesc.AlterIndexTypes getOp()
public void setOp(AlterIndexDesc.AlterIndexTypes op)
op
- the op to setCopyright © 2017 The Apache Software Foundation. All rights reserved.