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

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

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

Methods in org.apache.hadoop.hive.serde.test that return InnerStruct
 InnerStruct InnerStruct.deepCopy()
           
 

Methods in org.apache.hadoop.hive.serde.test that return types with arguments of type InnerStruct
 List<InnerStruct> ThriftTestObj.getField3()
           
 Iterator<InnerStruct> ThriftTestObj.getField3Iterator()
           
 

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

Method parameters in org.apache.hadoop.hive.serde.test with type arguments of type InnerStruct
 void ThriftTestObj.setField3(List<InnerStruct> field3)
           
 

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

Constructor parameters in org.apache.hadoop.hive.serde.test with type arguments of type InnerStruct
ThriftTestObj(int field1, String field2, List<InnerStruct> field3)
           
 



Copyright © 2012 The Apache Software Foundation