org.apache.hadoop.hive.ql.exec.persistence
Class AbstractMapJoinTableContainer
java.lang.Object
org.apache.hadoop.hive.ql.exec.persistence.AbstractMapJoinTableContainer
- All Implemented Interfaces:
- MapJoinTableContainer
- Direct Known Subclasses:
- HashMapWrapper
public abstract class AbstractMapJoinTableContainer
- extends Object
- implements MapJoinTableContainer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMapJoinTableContainer
protected AbstractMapJoinTableContainer(Map<String,String> metaData)
getMetaData
public Map<String,String> getMetaData()
- Specified by:
getMetaData
in interface MapJoinTableContainer
putMetaData
protected void putMetaData(String key,
String value)
Copyright © 2012 The Apache Software Foundation