org.apache.hadoop.hive.serde2.binarysortable
Class MyTestClass

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.binarysortable.MyTestClass

public class MyTestClass
extends Object


Constructor Summary
MyTestClass()
           
MyTestClass(Byte b, Short s, Integer i, Long l, Float f, Double d, String st, MyTestInnerStruct is, List<Integer> li)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTestClass

public MyTestClass()

MyTestClass

public MyTestClass(Byte b,
                   Short s,
                   Integer i,
                   Long l,
                   Float f,
                   Double d,
                   String st,
                   MyTestInnerStruct is,
                   List<Integer> li)


Copyright © 2011 The Apache Software Foundation