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

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

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)
           
 



Copyright © 2012 The Apache Software Foundation