Uses of Interface
org.apache.hadoop.hive.metastore.IMetaStoreClient

Packages that use IMetaStoreClient
org.apache.hadoop.hive.metastore   
 

Uses of IMetaStoreClient in org.apache.hadoop.hive.metastore
 

Classes in org.apache.hadoop.hive.metastore that implement IMetaStoreClient
 class HiveMetaStoreClient
          Hive Metastore Client.
 

Methods in org.apache.hadoop.hive.metastore that return IMetaStoreClient
static IMetaStoreClient RetryingMetaStoreClient.getProxy(HiveConf hiveConf, HiveMetaHookLoader hookLoader, String mscClassName)
           
static IMetaStoreClient HiveMetaStoreClient.newSynchronizedClient(IMetaStoreClient client)
          Creates a synchronized wrapper for any IMetaStoreClient.
 

Methods in org.apache.hadoop.hive.metastore with parameters of type IMetaStoreClient
static IMetaStoreClient HiveMetaStoreClient.newSynchronizedClient(IMetaStoreClient client)
          Creates a synchronized wrapper for any IMetaStoreClient.
 

Constructor parameters in org.apache.hadoop.hive.metastore with type arguments of type IMetaStoreClient
RetryingMetaStoreClient(HiveConf hiveConf, HiveMetaHookLoader hookLoader, Class<? extends IMetaStoreClient> msClientClass)
           
 



Copyright © 2011 The Apache Software Foundation