|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_with_environment_context_args
public static class ThriftHiveMetastore.alter_table_with_environment_context_args
Nested Class Summary | |
---|---|
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. |
Field Summary | |
---|---|
static Map<ThriftHiveMetastore.alter_table_with_environment_context_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Map<ThriftHiveMetastore.alter_table_with_environment_context_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
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)
Method Detail |
---|
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(Object that)
equals
in class Object
public boolean equals(ThriftHiveMetastore.alter_table_with_environment_context_args that)
public int hashCode()
hashCode
in class Object
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 String toString()
toString
in class Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |