@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class AlterTableRequest extends java.lang.Object implements org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.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 java.util.Map<AlterTableRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
AlterTableRequest() |
AlterTableRequest(AlterTableRequest other)
Performs a deep copy on other.
|
AlterTableRequest(java.lang.String dbName,
java.lang.String tableName,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToProcessorCapabilities(java.lang.String elem) |
void |
clear() |
int |
compareTo(AlterTableRequest other) |
AlterTableRequest |
deepCopy() |
boolean |
equals(AlterTableRequest that) |
boolean |
equals(java.lang.Object that) |
AlterTableRequest._Fields |
fieldForId(int fieldId) |
java.lang.String |
getCatName() |
java.lang.String |
getDbName() |
EnvironmentContext |
getEnvironmentContext() |
java.lang.Object |
getFieldValue(AlterTableRequest._Fields field) |
java.util.List<java.lang.String> |
getProcessorCapabilities() |
java.util.Iterator<java.lang.String> |
getProcessorCapabilitiesIterator() |
int |
getProcessorCapabilitiesSize() |
java.lang.String |
getProcessorIdentifier() |
Table |
getTable() |
java.lang.String |
getTableName() |
java.lang.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 |
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(java.lang.String catName) |
void |
setCatNameIsSet(boolean value) |
void |
setDbName(java.lang.String dbName) |
void |
setDbNameIsSet(boolean value) |
void |
setEnvironmentContext(EnvironmentContext environmentContext) |
void |
setEnvironmentContextIsSet(boolean value) |
void |
setFieldValue(AlterTableRequest._Fields field,
java.lang.Object value) |
void |
setProcessorCapabilities(java.util.List<java.lang.String> processorCapabilities) |
void |
setProcessorCapabilitiesIsSet(boolean value) |
void |
setProcessorIdentifier(java.lang.String processorIdentifier) |
void |
setProcessorIdentifierIsSet(boolean value) |
void |
setTable(Table table) |
void |
setTableIsSet(boolean value) |
void |
setTableName(java.lang.String tableName) |
void |
setTableNameIsSet(boolean value) |
void |
setValidWriteIdList(java.lang.String validWriteIdList) |
void |
setValidWriteIdListIsSet(boolean value) |
void |
setWriteId(long writeId) |
void |
setWriteIdIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
unsetEnvironmentContext() |
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 java.util.Map<AlterTableRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AlterTableRequest()
public AlterTableRequest(java.lang.String dbName,
java.lang.String tableName,
Table table)
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 java.lang.String getCatName()
public void setCatName(java.lang.String catName)
public void unsetCatName()
public boolean isSetCatName()
public void setCatNameIsSet(boolean value)
public java.lang.String getDbName()
public void setDbName(java.lang.String dbName)
public void unsetDbName()
public boolean isSetDbName()
public void setDbNameIsSet(boolean value)
public java.lang.String getTableName()
public void setTableName(java.lang.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 java.lang.String getValidWriteIdList()
public void setValidWriteIdList(java.lang.String validWriteIdList)
public void unsetValidWriteIdList()
public boolean isSetValidWriteIdList()
public void setValidWriteIdListIsSet(boolean value)
public int getProcessorCapabilitiesSize()
public java.util.Iterator<java.lang.String> getProcessorCapabilitiesIterator()
public void addToProcessorCapabilities(java.lang.String elem)
public java.util.List<java.lang.String> getProcessorCapabilities()
public void setProcessorCapabilities(java.util.List<java.lang.String> processorCapabilities)
public void unsetProcessorCapabilities()
public boolean isSetProcessorCapabilities()
public void setProcessorCapabilitiesIsSet(boolean value)
public java.lang.String getProcessorIdentifier()
public void setProcessorIdentifier(java.lang.String processorIdentifier)
public void unsetProcessorIdentifier()
public boolean isSetProcessorIdentifier()
public void setProcessorIdentifierIsSet(boolean value)
public void setFieldValue(AlterTableRequest._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>public java.lang.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(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(AlterTableRequest that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(AlterTableRequest other)
compareTo in interface java.lang.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.TBase<AlterTableRequest,AlterTableRequest._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<AlterTableRequest,AlterTableRequest._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2013-2021. All Rights Reserved.