Uses of Class
org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler

Packages that use HiveMetaStore.HMSHandler
org.apache.hadoop.hive.metastore.events   
org.apache.hadoop.hive.ql.security   
org.apache.hadoop.hive.ql.security.authorization   
org.apache.hadoop.hive.service   
 

Uses of HiveMetaStore.HMSHandler in org.apache.hadoop.hive.metastore.events
 

Methods in org.apache.hadoop.hive.metastore.events that return HiveMetaStore.HMSHandler
 HiveMetaStore.HMSHandler PreEventContext.getHandler()
           
 HiveMetaStore.HMSHandler ListenerEvent.getHandler()
           
 

Constructors in org.apache.hadoop.hive.metastore.events with parameters of type HiveMetaStore.HMSHandler
AddPartitionEvent(Table table, Partition partition, boolean status, HiveMetaStore.HMSHandler handler)
           
AlterPartitionEvent(Partition oldPart, Partition newPart, boolean status, HiveMetaStore.HMSHandler handler)
           
AlterTableEvent(Table oldTable, Table newTable, boolean status, HiveMetaStore.HMSHandler handler)
           
CreateDatabaseEvent(Database db, boolean status, HiveMetaStore.HMSHandler handler)
           
CreateTableEvent(Table table, boolean status, HiveMetaStore.HMSHandler handler)
           
DropDatabaseEvent(Database db, boolean status, HiveMetaStore.HMSHandler handler)
           
DropPartitionEvent(Table table, Partition partition, boolean status, HiveMetaStore.HMSHandler handler)
           
DropTableEvent(Table table, boolean status, HiveMetaStore.HMSHandler handler)
           
EventCleanerTask(HiveMetaStore.HMSHandler handler)
           
ListenerEvent(boolean status, HiveMetaStore.HMSHandler handler)
           
LoadPartitionDoneEvent(boolean status, Table table, Map<String,String> partSpec, HiveMetaStore.HMSHandler handler)
           
PreAddPartitionEvent(Partition partition, HiveMetaStore.HMSHandler handler)
           
PreAlterPartitionEvent(String dbName, String tableName, List<String> oldPartVals, Partition newPart, HiveMetaStore.HMSHandler handler)
           
PreAlterTableEvent(Table oldTable, Table newTable, HiveMetaStore.HMSHandler handler)
           
PreCreateDatabaseEvent(Database db, HiveMetaStore.HMSHandler handler)
           
PreCreateTableEvent(Table table, HiveMetaStore.HMSHandler handler)
           
PreDropDatabaseEvent(Database db, HiveMetaStore.HMSHandler handler)
           
PreDropPartitionEvent(Partition partition, HiveMetaStore.HMSHandler handler)
           
PreDropTableEvent(Table table, HiveMetaStore.HMSHandler handler)
           
PreEventContext(PreEventContext.PreEventType eventType, HiveMetaStore.HMSHandler handler)
           
PreLoadPartitionDoneEvent(String dbName, String tableName, Map<String,String> partSpec, HiveMetaStore.HMSHandler handler)
           
 

Uses of HiveMetaStore.HMSHandler in org.apache.hadoop.hive.ql.security
 

Methods in org.apache.hadoop.hive.ql.security with parameters of type HiveMetaStore.HMSHandler
 void DummyHiveMetastoreAuthorizationProvider.setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
           
 void InjectableDummyAuthenticator.setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
           
 void HiveMetastoreAuthenticationProvider.setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
          Allows invoker of HiveMetastoreAuthenticationProvider to send in a hive metastore handler that can be used to provide data for any authentication that needs to be done.
 void HadoopDefaultMetastoreAuthenticator.setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
           
 

Uses of HiveMetaStore.HMSHandler in org.apache.hadoop.hive.ql.security.authorization
 

Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type HiveMetaStore.HMSHandler
 void HiveAuthorizationProviderBase.HiveProxy.setHandler(HiveMetaStore.HMSHandler handler)
           
 void HiveMetastoreAuthorizationProvider.setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
          Allows invoker of HiveMetaStoreAuthorizationProvider to send in a hive metastore handler that can be used to make calls to test whether or not authorizations can/will succeed.
 void DefaultHiveMetastoreAuthorizationProvider.setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
           
 void StorageBasedAuthorizationProvider.setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
           
 

Uses of HiveMetaStore.HMSHandler in org.apache.hadoop.hive.service
 

Subclasses of HiveMetaStore.HMSHandler in org.apache.hadoop.hive.service
static class HiveServer.HiveServerHandler
          Handler which implements the Hive Interface This class can be used in lieu of the HiveClient class to get an embedded server.
 



Copyright © 2011 The Apache Software Foundation