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
 MapJoinObjectSerDeContext getKeyContext()
           
 MapJoinObjectSerDeContext getValueContext()
           
 MapJoinTableContainer load(ObjectInputStream in)
           
 void persist(ObjectOutputStream out, MapJoinTableContainer tableContainer)
           
static void persistDummyTable(ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapJoinTableContainerSerDe

public MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext,
                                  MapJoinObjectSerDeContext valueContext)
Method Detail

getKeyContext

public MapJoinObjectSerDeContext getKeyContext()

getValueContext

public MapJoinObjectSerDeContext getValueContext()

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 © 2014 The Apache Software Foundation. All rights reserved.