org.apache.hadoop.hive.ql.exec.tez
Class TezCacheAccess

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.tez.TezCacheAccess

public class TezCacheAccess
extends Object

Access to the Object cache from Tez, along with utility methods for accessing specific Keys.


Method Summary
static TezCacheAccess createInstance(org.apache.hadoop.conf.Configuration conf)
           
 boolean isInputCached(String inputName)
           
 void registerCachedInput(String inputName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInstance

public static TezCacheAccess createInstance(org.apache.hadoop.conf.Configuration conf)

isInputCached

public boolean isInputCached(String inputName)

registerCachedInput

public void registerCachedInput(String inputName)


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