Uses of Class
org.apache.hadoop.hive.serde.test.ThriftTestObj

Packages that use ThriftTestObj
org.apache.hadoop.hive.serde.test   
 

Uses of ThriftTestObj in org.apache.hadoop.hive.serde.test
 

Methods in org.apache.hadoop.hive.serde.test that return ThriftTestObj
 ThriftTestObj ThriftTestObj.deepCopy()
           
 ThriftTestObj ThriftTestObj.setField1(int field1)
           
 ThriftTestObj ThriftTestObj.setField2(String field2)
           
 ThriftTestObj ThriftTestObj.setField3(List<InnerStruct> field3)
           
 

Methods in org.apache.hadoop.hive.serde.test with parameters of type ThriftTestObj
 int ThriftTestObj.compareTo(ThriftTestObj other)
           
 boolean ThriftTestObj.equals(ThriftTestObj that)
           
 

Constructors in org.apache.hadoop.hive.serde.test with parameters of type ThriftTestObj
ThriftTestObj(ThriftTestObj other)
          Performs a deep copy on other.
 



Copyright © 2009 The Apache Software Foundation