Uses of Class
org.apache.hadoop.hive.common.classification.InterfaceStability.Evolving

Packages that use InterfaceStability.Evolving
org.apache.hadoop.hive.metastore   
 

Uses of InterfaceStability.Evolving in org.apache.hadoop.hive.metastore
 

Classes in org.apache.hadoop.hive.metastore with annotations of type InterfaceStability.Evolving
static class HiveMetaStore.HMSHandler.Command<T>
          A Command is a closure used to pass a block of code from individual functions to executeWithRetry, which centralizes connection error handling.
 

Methods in org.apache.hadoop.hive.metastore with annotations of type InterfaceStability.Evolving
<T> T
HiveMetaStore.HMSHandler.executeWithRetry(HiveMetaStore.HMSHandler.Command<T> cmd)
           
 RawStore HiveMetaStore.HMSHandler.getMS(boolean reloadConf)
          Get a cached RawStore.
 javax.jdo.PersistenceManager ObjectStore.getPersistenceManager()
           
 T HiveMetaStore.HMSHandler.Command.run(RawStore ms)
           
 



Copyright © 2011 The Apache Software Foundation