public static class ThriftHiveMetastore.alter_table_with_environment_context_args extends Object implements org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
ThriftHiveMetastore.alter_table_with_environment_context_args._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<ThriftHiveMetastore.alter_table_with_environment_context_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
ThriftHiveMetastore.alter_table_with_environment_context_args() |
ThriftHiveMetastore.alter_table_with_environment_context_args(String dbname,
String tbl_name,
Table new_tbl,
EnvironmentContext environment_context) |
ThriftHiveMetastore.alter_table_with_environment_context_args(ThriftHiveMetastore.alter_table_with_environment_context_args other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(ThriftHiveMetastore.alter_table_with_environment_context_args other) |
ThriftHiveMetastore.alter_table_with_environment_context_args |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(ThriftHiveMetastore.alter_table_with_environment_context_args that) |
ThriftHiveMetastore.alter_table_with_environment_context_args._Fields |
fieldForId(int fieldId) |
String |
getDbname() |
EnvironmentContext |
getEnvironment_context() |
Object |
getFieldValue(ThriftHiveMetastore.alter_table_with_environment_context_args._Fields field) |
Table |
getNew_tbl() |
String |
getTbl_name() |
int |
hashCode() |
boolean |
isSet(ThriftHiveMetastore.alter_table_with_environment_context_args._Fields field)
Returns true if field corresponding to fieldID 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 |
isSetEnvironment_context()
Returns true if field environment_context is set (has been assigned a value) and false otherwise
|
boolean |
isSetNew_tbl()
Returns true if field new_tbl is set (has been assigned a value) and false otherwise
|
boolean |
isSetTbl_name()
Returns true if field tbl_name is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setDbname(String dbname) |
void |
setDbnameIsSet(boolean value) |
void |
setEnvironment_context(EnvironmentContext environment_context) |
void |
setEnvironment_contextIsSet(boolean value) |
void |
setFieldValue(ThriftHiveMetastore.alter_table_with_environment_context_args._Fields field,
Object value) |
void |
setNew_tbl(Table new_tbl) |
void |
setNew_tblIsSet(boolean value) |
void |
setTbl_name(String tbl_name) |
void |
setTbl_nameIsSet(boolean value) |
String |
toString() |
void |
unsetDbname() |
void |
unsetEnvironment_context() |
void |
unsetNew_tbl() |
void |
unsetTbl_name() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<ThriftHiveMetastore.alter_table_with_environment_context_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ThriftHiveMetastore.alter_table_with_environment_context_args()
public ThriftHiveMetastore.alter_table_with_environment_context_args(String dbname, String tbl_name, Table new_tbl, EnvironmentContext environment_context)
public ThriftHiveMetastore.alter_table_with_environment_context_args(ThriftHiveMetastore.alter_table_with_environment_context_args other)
public ThriftHiveMetastore.alter_table_with_environment_context_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>
public String getDbname()
public void setDbname(String dbname)
public void unsetDbname()
public boolean isSetDbname()
public void setDbnameIsSet(boolean value)
public String getTbl_name()
public void setTbl_name(String tbl_name)
public void unsetTbl_name()
public boolean isSetTbl_name()
public void setTbl_nameIsSet(boolean value)
public Table getNew_tbl()
public void setNew_tbl(Table new_tbl)
public void unsetNew_tbl()
public boolean isSetNew_tbl()
public void setNew_tblIsSet(boolean value)
public EnvironmentContext getEnvironment_context()
public void setEnvironment_context(EnvironmentContext environment_context)
public void unsetEnvironment_context()
public boolean isSetEnvironment_context()
public void setEnvironment_contextIsSet(boolean value)
public void setFieldValue(ThriftHiveMetastore.alter_table_with_environment_context_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>
public Object getFieldValue(ThriftHiveMetastore.alter_table_with_environment_context_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>
public boolean isSet(ThriftHiveMetastore.alter_table_with_environment_context_args._Fields field)
isSet
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>
public boolean equals(ThriftHiveMetastore.alter_table_with_environment_context_args that)
public int compareTo(ThriftHiveMetastore.alter_table_with_environment_context_args other)
compareTo
in interface Comparable<ThriftHiveMetastore.alter_table_with_environment_context_args>
public ThriftHiveMetastore.alter_table_with_environment_context_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_table_with_environment_context_args,ThriftHiveMetastore.alter_table_with_environment_context_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2017 The Apache Software Foundation. All rights reserved.