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 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.
 



Copyright © 2011 The Apache Software Foundation