Uses of Class
org.apache.hadoop.hive.ql.exec.persistence.MapJoinObjectSerDeContext

Packages that use MapJoinObjectSerDeContext
org.apache.hadoop.hive.ql.exec.persistence   
 

Uses of MapJoinObjectSerDeContext in org.apache.hadoop.hive.ql.exec.persistence
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return MapJoinObjectSerDeContext
 MapJoinObjectSerDeContext MapJoinTableContainerSerDe.getKeyContext()
           
 MapJoinObjectSerDeContext MapJoinTableContainerSerDe.getValueContext()
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinObjectSerDeContext
 void LazyFlatRowContainer.add(MapJoinObjectSerDeContext context, org.apache.hadoop.io.BytesWritable value, boolean allowLazy)
          Called when loading the hashtable.
static MapJoinKey MapJoinKey.read(ByteStream.Output output, MapJoinKey key, MapJoinObjectSerDeContext context, org.apache.hadoop.io.Writable writable, boolean mayReuseKey)
           
 void MapJoinKeyObject.read(MapJoinObjectSerDeContext context, ObjectInputStream in, org.apache.hadoop.io.Writable container)
           
 void MapJoinEagerRowContainer.read(MapJoinObjectSerDeContext context, ObjectInputStream in, org.apache.hadoop.io.Writable container)
           
 void MapJoinKeyObject.read(MapJoinObjectSerDeContext context, org.apache.hadoop.io.Writable container)
           
 void MapJoinEagerRowContainer.read(MapJoinObjectSerDeContext context, org.apache.hadoop.io.Writable currentValue)
           
 void MapJoinRowContainer.write(MapJoinObjectSerDeContext valueContext, ObjectOutputStream out)
           
 void MapJoinKeyObject.write(MapJoinObjectSerDeContext context, ObjectOutputStream out)
           
 void MapJoinKeyBytes.write(MapJoinObjectSerDeContext context, ObjectOutputStream out)
           
abstract  void MapJoinKey.write(MapJoinObjectSerDeContext context, ObjectOutputStream out)
           
 void MapJoinEagerRowContainer.write(MapJoinObjectSerDeContext context, ObjectOutputStream out)
           
 void LazyFlatRowContainer.write(MapJoinObjectSerDeContext valueContext, ObjectOutputStream out)
           
 

Constructors in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinObjectSerDeContext
MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext, MapJoinObjectSerDeContext valueContext)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.