|
||||||||||
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.exchange_partition_args
public static class ThriftHiveMetastore.exchange_partition_args
Nested Class Summary | |
---|---|
static class |
ThriftHiveMetastore.exchange_partition_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<ThriftHiveMetastore.exchange_partition_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
ThriftHiveMetastore.exchange_partition_args()
|
|
ThriftHiveMetastore.exchange_partition_args(Map<String,String> partitionSpecs,
String source_db,
String source_table_name,
String dest_db,
String dest_table_name)
|
|
ThriftHiveMetastore.exchange_partition_args(ThriftHiveMetastore.exchange_partition_args other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(ThriftHiveMetastore.exchange_partition_args other)
|
ThriftHiveMetastore.exchange_partition_args |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(ThriftHiveMetastore.exchange_partition_args that)
|
ThriftHiveMetastore.exchange_partition_args._Fields |
fieldForId(int fieldId)
|
String |
getDest_db()
|
String |
getDest_table_name()
|
Object |
getFieldValue(ThriftHiveMetastore.exchange_partition_args._Fields field)
|
Map<String,String> |
getPartitionSpecs()
|
int |
getPartitionSpecsSize()
|
String |
getSource_db()
|
String |
getSource_table_name()
|
int |
hashCode()
|
boolean |
isSet(ThriftHiveMetastore.exchange_partition_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetDest_db()
Returns true if field dest_db is set (has been assigned a value) and false otherwise |
boolean |
isSetDest_table_name()
Returns true if field dest_table_name is set (has been assigned a value) and false otherwise |
boolean |
isSetPartitionSpecs()
Returns true if field partitionSpecs is set (has been assigned a value) and false otherwise |
boolean |
isSetSource_db()
Returns true if field source_db is set (has been assigned a value) and false otherwise |
boolean |
isSetSource_table_name()
Returns true if field source_table_name is set (has been assigned a value) and false otherwise |
void |
putToPartitionSpecs(String key,
String val)
|
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setDest_db(String dest_db)
|
void |
setDest_dbIsSet(boolean value)
|
void |
setDest_table_name(String dest_table_name)
|
void |
setDest_table_nameIsSet(boolean value)
|
void |
setFieldValue(ThriftHiveMetastore.exchange_partition_args._Fields field,
Object value)
|
void |
setPartitionSpecs(Map<String,String> partitionSpecs)
|
void |
setPartitionSpecsIsSet(boolean value)
|
void |
setSource_db(String source_db)
|
void |
setSource_dbIsSet(boolean value)
|
void |
setSource_table_name(String source_table_name)
|
void |
setSource_table_nameIsSet(boolean value)
|
String |
toString()
|
void |
unsetDest_db()
|
void |
unsetDest_table_name()
|
void |
unsetPartitionSpecs()
|
void |
unsetSource_db()
|
void |
unsetSource_table_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.exchange_partition_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public ThriftHiveMetastore.exchange_partition_args()
public ThriftHiveMetastore.exchange_partition_args(Map<String,String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name)
public ThriftHiveMetastore.exchange_partition_args(ThriftHiveMetastore.exchange_partition_args other)
Method Detail |
---|
public ThriftHiveMetastore.exchange_partition_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ThriftHiveMetastore.exchange_partition_args,ThriftHiveMetastore.exchange_partition_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ThriftHiveMetastore.exchange_partition_args,ThriftHiveMetastore.exchange_partition_args._Fields>
public int getPartitionSpecsSize()
public void putToPartitionSpecs(String key, String val)
public Map<String,String> getPartitionSpecs()
public void setPartitionSpecs(Map<String,String> partitionSpecs)
public void unsetPartitionSpecs()
public boolean isSetPartitionSpecs()
public void setPartitionSpecsIsSet(boolean value)
public String getSource_db()
public void setSource_db(String source_db)
public void unsetSource_db()
public boolean isSetSource_db()
public void setSource_dbIsSet(boolean value)
public String getSource_table_name()
public void setSource_table_name(String source_table_name)
public void unsetSource_table_name()
public boolean isSetSource_table_name()
public void setSource_table_nameIsSet(boolean value)
public String getDest_db()
public void setDest_db(String dest_db)
public void unsetDest_db()
public boolean isSetDest_db()
public void setDest_dbIsSet(boolean value)
public String getDest_table_name()
public void setDest_table_name(String dest_table_name)
public void unsetDest_table_name()
public boolean isSetDest_table_name()
public void setDest_table_nameIsSet(boolean value)
public void setFieldValue(ThriftHiveMetastore.exchange_partition_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<ThriftHiveMetastore.exchange_partition_args,ThriftHiveMetastore.exchange_partition_args._Fields>
public Object getFieldValue(ThriftHiveMetastore.exchange_partition_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ThriftHiveMetastore.exchange_partition_args,ThriftHiveMetastore.exchange_partition_args._Fields>
public boolean isSet(ThriftHiveMetastore.exchange_partition_args._Fields field)
isSet
in interface org.apache.thrift.TBase<ThriftHiveMetastore.exchange_partition_args,ThriftHiveMetastore.exchange_partition_args._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(ThriftHiveMetastore.exchange_partition_args that)
public int hashCode()
hashCode
in class Object
public int compareTo(ThriftHiveMetastore.exchange_partition_args other)
compareTo
in interface Comparable<ThriftHiveMetastore.exchange_partition_args>
public ThriftHiveMetastore.exchange_partition_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ThriftHiveMetastore.exchange_partition_args,ThriftHiveMetastore.exchange_partition_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ThriftHiveMetastore.exchange_partition_args,ThriftHiveMetastore.exchange_partition_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.exchange_partition_args,ThriftHiveMetastore.exchange_partition_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 |