org.apache.hadoop.hive.ql.io
Class RecordTestObj

java.lang.Object
  extended by org.apache.hadoop.record.Record
      extended by org.apache.hadoop.hive.ql.io.RecordTestObj

public class RecordTestObj
extends org.apache.hadoop.record.Record


Nested Class Summary
static class RecordTestObj.Comparator
           
 
Constructor Summary
RecordTestObj()
           
RecordTestObj(String s, long num)
           
 
Method Summary
 Object clone()
           
 int compareTo(Object _rio_peer_)
           
 void deserialize(org.apache.hadoop.record.RecordInput _rio_a, String _rio_tag)
           
 boolean equals(Object _rio_peer_)
           
 long getNum()
           
 String getS()
           
static org.apache.hadoop.record.meta.RecordTypeInfo getTypeInfo()
           
 int hashCode()
           
 void serialize(org.apache.hadoop.record.RecordOutput _rio_a, String _rio_tag)
           
 void setNum(long num)
           
 void setS(String s)
           
static void setTypeFilter(org.apache.hadoop.record.meta.RecordTypeInfo rti)
           
static String signature()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordTestObj

public RecordTestObj()

RecordTestObj

public RecordTestObj(String s,
                     long num)
Method Detail

getTypeInfo

public static org.apache.hadoop.record.meta.RecordTypeInfo getTypeInfo()

setTypeFilter

public static void setTypeFilter(org.apache.hadoop.record.meta.RecordTypeInfo rti)

getS

public String getS()

setS

public void setS(String s)

getNum

public long getNum()

setNum

public void setNum(long num)

serialize

public void serialize(org.apache.hadoop.record.RecordOutput _rio_a,
                      String _rio_tag)
               throws IOException
Throws:
IOException

deserialize

public void deserialize(org.apache.hadoop.record.RecordInput _rio_a,
                        String _rio_tag)
                 throws IOException
Throws:
IOException

compareTo

public int compareTo(Object _rio_peer_)
              throws ClassCastException
Throws:
ClassCastException

equals

public boolean equals(Object _rio_peer_)

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException

hashCode

public int hashCode()

signature

public static String signature()


Copyright © 2012 The Apache Software Foundation