org.apache.hadoop.hive.ql.exec.persistence
Class MapJoinTableContainerSerDe

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.persistence.MapJoinTableContainerSerDe

public class MapJoinTableContainerSerDe
extends Object


Constructor Summary
MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext, MapJoinObjectSerDeContext valueContext)
           
 
Method Summary
 MapJoinTableContainer load(ObjectInputStream in)
           
 void persist(ObjectOutputStream out, MapJoinTableContainer tableContainer)
           
static void persistDummyTable(ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapJoinTableContainerSerDe

public MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext,
                                  MapJoinObjectSerDeContext valueContext)
Method Detail

load

public MapJoinTableContainer load(ObjectInputStream in)
                           throws HiveException
Throws:
HiveException

persist

public void persist(ObjectOutputStream out,
                    MapJoinTableContainer tableContainer)
             throws HiveException
Throws:
HiveException

persistDummyTable

public static void persistDummyTable(ObjectOutputStream out)
                              throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation