@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class AlterTableRequest extends Object implements org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>, Serializable, Cloneable, Comparable<AlterTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlterTableRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<AlterTableRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
AlterTableRequest() |
AlterTableRequest(AlterTableRequest other)
Performs a deep copy on other.
|
AlterTableRequest(String dbName,
String tableName,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToProcessorCapabilities(String elem) |
void |
clear() |
int |
compareTo(AlterTableRequest other) |
AlterTableRequest |
deepCopy() |
boolean |
equals(AlterTableRequest that) |
boolean |
equals(Object that) |
AlterTableRequest._Fields |
fieldForId(int fieldId) |
String |
getCatName() |
String |
getDbName() |
EnvironmentContext |
getEnvironmentContext() |
String |
getExpectedParameterKey() |
String |
getExpectedParameterValue() |
Object |
getFieldValue(AlterTableRequest._Fields field) |
List<String> |
getProcessorCapabilities() |
Iterator<String> |
getProcessorCapabilitiesIterator() |
int |
getProcessorCapabilitiesSize() |
String |
getProcessorIdentifier() |
Table |
getTable() |
String |
getTableName() |
String |
getValidWriteIdList() |
long |
getWriteId() |
int |
hashCode() |
boolean |
isSet(AlterTableRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCatName()
Returns true if field catName is set (has been assigned a value) and false otherwise
|
boolean |
isSetDbName()
Returns true if field dbName is set (has been assigned a value) and false otherwise
|
boolean |
isSetEnvironmentContext()
Returns true if field environmentContext is set (has been assigned a value) and false otherwise
|
boolean |
isSetExpectedParameterKey()
Returns true if field expectedParameterKey is set (has been assigned a value) and false otherwise
|
boolean |
isSetExpectedParameterValue()
Returns true if field expectedParameterValue is set (has been assigned a value) and false otherwise
|
boolean |
isSetProcessorCapabilities()
Returns true if field processorCapabilities is set (has been assigned a value) and false otherwise
|
boolean |
isSetProcessorIdentifier()
Returns true if field processorIdentifier is set (has been assigned a value) and false otherwise
|
boolean |
isSetTable()
Returns true if field table is set (has been assigned a value) and false otherwise
|
boolean |
isSetTableName()
Returns true if field tableName is set (has been assigned a value) and false otherwise
|
boolean |
isSetValidWriteIdList()
Returns true if field validWriteIdList is set (has been assigned a value) and false otherwise
|
boolean |
isSetWriteId()
Returns true if field writeId is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setCatName(String catName) |
void |
setCatNameIsSet(boolean value) |
void |
setDbName(String dbName) |
void |
setDbNameIsSet(boolean value) |
void |
setEnvironmentContext(EnvironmentContext environmentContext) |
void |
setEnvironmentContextIsSet(boolean value) |
void |
setExpectedParameterKey(String expectedParameterKey) |
void |
setExpectedParameterKeyIsSet(boolean value) |
void |
setExpectedParameterValue(String expectedParameterValue) |
void |
setExpectedParameterValueIsSet(boolean value) |
void |
setFieldValue(AlterTableRequest._Fields field,
Object value) |
void |
setProcessorCapabilities(List<String> processorCapabilities) |
void |
setProcessorCapabilitiesIsSet(boolean value) |
void |
setProcessorIdentifier(String processorIdentifier) |
void |
setProcessorIdentifierIsSet(boolean value) |
void |
setTable(Table table) |
void |
setTableIsSet(boolean value) |
void |
setTableName(String tableName) |
void |
setTableNameIsSet(boolean value) |
void |
setValidWriteIdList(String validWriteIdList) |
void |
setValidWriteIdListIsSet(boolean value) |
void |
setWriteId(long writeId) |
void |
setWriteIdIsSet(boolean value) |
String |
toString() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
unsetEnvironmentContext() |
void |
unsetExpectedParameterKey() |
void |
unsetExpectedParameterValue() |
void |
unsetProcessorCapabilities() |
void |
unsetProcessorIdentifier() |
void |
unsetTable() |
void |
unsetTableName() |
void |
unsetValidWriteIdList() |
void |
unsetWriteId() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<AlterTableRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AlterTableRequest()
public AlterTableRequest(AlterTableRequest other)
public AlterTableRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>public String getCatName()
public void setCatName(String catName)
public void unsetCatName()
public boolean isSetCatName()
public void setCatNameIsSet(boolean value)
public String getDbName()
public void setDbName(String dbName)
public void unsetDbName()
public boolean isSetDbName()
public void setDbNameIsSet(boolean value)
public String getTableName()
public void setTableName(String tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public Table getTable()
public void setTable(Table table)
public void unsetTable()
public boolean isSetTable()
public void setTableIsSet(boolean value)
public EnvironmentContext getEnvironmentContext()
public void setEnvironmentContext(EnvironmentContext environmentContext)
public void unsetEnvironmentContext()
public boolean isSetEnvironmentContext()
public void setEnvironmentContextIsSet(boolean value)
public long getWriteId()
public void setWriteId(long writeId)
public void unsetWriteId()
public boolean isSetWriteId()
public void setWriteIdIsSet(boolean value)
public String getValidWriteIdList()
public void setValidWriteIdList(String validWriteIdList)
public void unsetValidWriteIdList()
public boolean isSetValidWriteIdList()
public void setValidWriteIdListIsSet(boolean value)
public int getProcessorCapabilitiesSize()
public void addToProcessorCapabilities(String elem)
public void unsetProcessorCapabilities()
public boolean isSetProcessorCapabilities()
public void setProcessorCapabilitiesIsSet(boolean value)
public String getProcessorIdentifier()
public void setProcessorIdentifier(String processorIdentifier)
public void unsetProcessorIdentifier()
public boolean isSetProcessorIdentifier()
public void setProcessorIdentifierIsSet(boolean value)
public String getExpectedParameterKey()
public void setExpectedParameterKey(String expectedParameterKey)
public void unsetExpectedParameterKey()
public boolean isSetExpectedParameterKey()
public void setExpectedParameterKeyIsSet(boolean value)
public String getExpectedParameterValue()
public void setExpectedParameterValue(String expectedParameterValue)
public void unsetExpectedParameterValue()
public boolean isSetExpectedParameterValue()
public void setExpectedParameterValueIsSet(boolean value)
public void setFieldValue(AlterTableRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>public Object getFieldValue(AlterTableRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>public boolean isSet(AlterTableRequest._Fields field)
isSet in interface org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>public boolean equals(AlterTableRequest that)
public int compareTo(AlterTableRequest other)
compareTo in interface Comparable<AlterTableRequest>public AlterTableRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.