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.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(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(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, HiveMetaStore.HMSHandler handler, Table table, Map<String,String> partSpec)
           
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(HiveMetaStore.HMSHandler handler, String dbName, String tableName, Map<String,String> partSpec)
           
 

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