org.apache.hadoop.hive.ql.security.authorization.plugin
Class HiveMetastoreClientFactoryImpl

java.lang.Object
  extended by org.apache.hadoop.hive.ql.security.authorization.plugin.HiveMetastoreClientFactoryImpl
All Implemented Interfaces:
HiveMetastoreClientFactory

@InterfaceAudience.Private
public class HiveMetastoreClientFactoryImpl
extends Object
implements HiveMetastoreClientFactory

Private implementaiton that returns instance of IMetaStoreClient


Constructor Summary
HiveMetastoreClientFactoryImpl()
           
 
Method Summary
 IMetaStoreClient getHiveMetastoreClient()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveMetastoreClientFactoryImpl

public HiveMetastoreClientFactoryImpl()
Method Detail

getHiveMetastoreClient

public IMetaStoreClient getHiveMetastoreClient()
                                        throws HiveAuthzPluginException
Specified by:
getHiveMetastoreClient in interface HiveMetastoreClientFactory
Throws:
HiveAuthzPluginException


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