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

Packages that use IMetaStoreClient
org.apache.hadoop.hive.metastore   
org.apache.hive.service.cli.session   
 

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)
           
 

Uses of IMetaStoreClient in org.apache.hive.service.cli.session
 

Methods in org.apache.hive.service.cli.session that return IMetaStoreClient
 IMetaStoreClient HiveSessionImpl.getMetaStoreClient()
           
 IMetaStoreClient HiveSession.getMetaStoreClient()
           
 



Copyright © 2012 The Apache Software Foundation