|
||||||||||
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_index_args
public static class ThriftHiveMetastore.alter_index_args
Nested Class Summary | |
---|---|
static class |
ThriftHiveMetastore.alter_index_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<ThriftHiveMetastore.alter_index_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
ThriftHiveMetastore.alter_index_args()
|
|
ThriftHiveMetastore.alter_index_args(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx)
|
|
ThriftHiveMetastore.alter_index_args(ThriftHiveMetastore.alter_index_args other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(ThriftHiveMetastore.alter_index_args other)
|
ThriftHiveMetastore.alter_index_args |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(ThriftHiveMetastore.alter_index_args that)
|
ThriftHiveMetastore.alter_index_args._Fields |
fieldForId(int fieldId)
|
String |
getBase_tbl_name()
|
String |
getDbname()
|
Object |
getFieldValue(ThriftHiveMetastore.alter_index_args._Fields field)
|
String |
getIdx_name()
|
Index |
getNew_idx()
|
int |
hashCode()
|
boolean |
isSet(ThriftHiveMetastore.alter_index_args._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetBase_tbl_name()
Returns true if field base_tbl_name is set (has been asigned a value) and false otherwise |
boolean |
isSetDbname()
Returns true if field dbname is set (has been asigned a value) and false otherwise |
boolean |
isSetIdx_name()
Returns true if field idx_name is set (has been asigned a value) and false otherwise |
boolean |
isSetNew_idx()
Returns true if field new_idx is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setBase_tbl_name(String base_tbl_name)
|
void |
setBase_tbl_nameIsSet(boolean value)
|
void |
setDbname(String dbname)
|
void |
setDbnameIsSet(boolean value)
|
void |
setFieldValue(ThriftHiveMetastore.alter_index_args._Fields field,
Object value)
|
void |
setIdx_name(String idx_name)
|
void |
setIdx_nameIsSet(boolean value)
|
void |
setNew_idx(Index new_idx)
|
void |
setNew_idxIsSet(boolean value)
|
String |
toString()
|
void |
unsetBase_tbl_name()
|
void |
unsetDbname()
|
void |
unsetIdx_name()
|
void |
unsetNew_idx()
|
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_index_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public ThriftHiveMetastore.alter_index_args()
public ThriftHiveMetastore.alter_index_args(String dbname, String base_tbl_name, String idx_name, Index new_idx)
public ThriftHiveMetastore.alter_index_args(ThriftHiveMetastore.alter_index_args other)
Method Detail |
---|
public ThriftHiveMetastore.alter_index_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_index_args,ThriftHiveMetastore.alter_index_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_index_args,ThriftHiveMetastore.alter_index_args._Fields>
public String getDbname()
public void setDbname(String dbname)
public void unsetDbname()
public boolean isSetDbname()
public void setDbnameIsSet(boolean value)
public String getBase_tbl_name()
public void setBase_tbl_name(String base_tbl_name)
public void unsetBase_tbl_name()
public boolean isSetBase_tbl_name()
public void setBase_tbl_nameIsSet(boolean value)
public String getIdx_name()
public void setIdx_name(String idx_name)
public void unsetIdx_name()
public boolean isSetIdx_name()
public void setIdx_nameIsSet(boolean value)
public Index getNew_idx()
public void setNew_idx(Index new_idx)
public void unsetNew_idx()
public boolean isSetNew_idx()
public void setNew_idxIsSet(boolean value)
public void setFieldValue(ThriftHiveMetastore.alter_index_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_index_args,ThriftHiveMetastore.alter_index_args._Fields>
public Object getFieldValue(ThriftHiveMetastore.alter_index_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_index_args,ThriftHiveMetastore.alter_index_args._Fields>
public boolean isSet(ThriftHiveMetastore.alter_index_args._Fields field)
isSet
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_index_args,ThriftHiveMetastore.alter_index_args._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(ThriftHiveMetastore.alter_index_args that)
public int hashCode()
hashCode
in class Object
public int compareTo(ThriftHiveMetastore.alter_index_args other)
compareTo
in interface Comparable<ThriftHiveMetastore.alter_index_args>
public ThriftHiveMetastore.alter_index_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ThriftHiveMetastore.alter_index_args,ThriftHiveMetastore.alter_index_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_index_args,ThriftHiveMetastore.alter_index_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_index_args,ThriftHiveMetastore.alter_index_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 |