Uses of Interface
org.apache.hadoop.hive.ql.exec.persistence.MapJoinTableContainer

Packages that use MapJoinTableContainer
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.mr   
org.apache.hadoop.hive.ql.exec.persistence   
org.apache.hadoop.hive.ql.exec.tez   
 

Uses of MapJoinTableContainer in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as MapJoinTableContainer
protected  MapJoinTableContainer[] MapJoinOperator.mapJoinTables
           
 

Methods in org.apache.hadoop.hive.ql.exec that return MapJoinTableContainer
 MapJoinTableContainer[] HashTableSinkOperator.getMapJoinTables()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type MapJoinTableContainer
 void HashTableLoader.load(MapJoinTableContainer[] mapJoinTables, MapJoinTableContainerSerDe[] mapJoinTableSerdes)
           
 

Uses of MapJoinTableContainer in org.apache.hadoop.hive.ql.exec.mr
 

Methods in org.apache.hadoop.hive.ql.exec.mr with parameters of type MapJoinTableContainer
 void HashTableLoader.load(MapJoinTableContainer[] mapJoinTables, MapJoinTableContainerSerDe[] mapJoinTableSerdes)
           
 

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

Classes in org.apache.hadoop.hive.ql.exec.persistence that implement MapJoinTableContainer
 class AbstractMapJoinTableContainer
           
 class HashMapWrapper
          Simple wrapper for persistent Hashmap implementing only the put/get/remove/clear interface.
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return MapJoinTableContainer
 MapJoinTableContainer MapJoinTableContainerSerDe.load(ObjectInputStream in)
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinTableContainer
 void MapJoinTableContainerSerDe.persist(ObjectOutputStream out, MapJoinTableContainer tableContainer)
           
 

Uses of MapJoinTableContainer in org.apache.hadoop.hive.ql.exec.tez
 

Methods in org.apache.hadoop.hive.ql.exec.tez with parameters of type MapJoinTableContainer
 void HashTableLoader.load(MapJoinTableContainer[] mapJoinTables, MapJoinTableContainerSerDe[] mapJoinTableSerdes)
           
 



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