org.apache.hadoop.hive.ql.io
Class IOPrepareCache
java.lang.Object
org.apache.hadoop.hive.ql.io.IOPrepareCache
public class IOPrepareCache
- extends Object
IOPrepareCache is used to cache pre-query io-related objects.
It should be cleared every time a new query issued.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOPrepareCache
public IOPrepareCache()
get
public static IOPrepareCache get()
clear
public void clear()
allocatePartitionDescMap
public Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> allocatePartitionDescMap()
getPartitionDescMap
public Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> getPartitionDescMap()
setPartitionDescMap
public void setPartitionDescMap(Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> partitionDescMap)
Copyright © 2013 The Apache Software Foundation