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
 

Fields in org.apache.hadoop.hive.serde.test with type parameters of type InnerStruct
 List<InnerStruct> ThriftTestObj.field3
           
 

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

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)
           
 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 © 2009 The Apache Software Foundation