| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.events | |
| org.apache.hadoop.hive.metastore.txn |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
MetaStoreListenerNotifier.notifyEvent(List<? extends MetaStoreEventListener> listeners,
EventMessage.EventType eventType,
ListenerEvent event)
Notify a list of listeners about a specific metastore event.
|
static Map<String,String> |
MetaStoreListenerNotifier.notifyEvent(List<? extends MetaStoreEventListener> listeners,
EventMessage.EventType eventType,
ListenerEvent event,
EnvironmentContext environmentContext)
Notify a list of listeners about a specific metastore event.
|
static Map<String,String> |
MetaStoreListenerNotifier.notifyEvent(List<? extends MetaStoreEventListener> listeners,
EventMessage.EventType eventType,
ListenerEvent event,
EnvironmentContext environmentContext,
Map<String,String> parameters,
RawStore ms)
Notify a list of listeners about a specific metastore event.
|
static Map<String,String> |
MetaStoreListenerNotifier.notifyEventWithDirectSql(List<? extends MetaStoreEventListener> listeners,
EventMessage.EventType eventType,
ListenerEvent event,
Connection dbConn,
SQLGenerator sqlGenerator)
Notify a list of listeners about a specific metastore event to be executed within a txn.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortTxnEvent
AbortTxnEvent
Event generated for roll backing a transaction
|
class |
AcidWriteEvent
AcidWriteEvent
Event generated for acid write operations
|
class |
AddCheckConstraintEvent |
class |
AddDefaultConstraintEvent |
class |
AddForeignKeyEvent |
class |
AddNotNullConstraintEvent |
class |
AddPartitionEvent |
class |
AddPrimaryKeyEvent |
class |
AddSchemaVersionEvent |
class |
AddUniqueConstraintEvent |
class |
AllocWriteIdEvent
AllocWriteIdEvent.
|
class |
AlterCatalogEvent |
class |
AlterDatabaseEvent
AlterDatabaseEvent.
|
class |
AlterDataConnectorEvent
AlterDataConnectorEvent.
|
class |
AlterISchemaEvent |
class |
AlterPartitionEvent |
class |
AlterSchemaVersionEvent |
class |
AlterTableEvent |
class |
BatchAcidWriteEvent
AcidWriteEvent
Event generated for acid write operations
|
class |
CommitCompactionEvent
CommitCompactionEvent
Event generated for compaction commit operation
|
class |
CommitTxnEvent
CommitTxnEvent
Event generated for commit transaction operation
|
class |
ConfigChangeEvent |
class |
CreateCatalogEvent |
class |
CreateDatabaseEvent |
class |
CreateDataConnectorEvent |
class |
CreateFunctionEvent |
class |
CreateISchemaEvent |
class |
CreateTableEvent |
class |
DeletePartitionColumnStatEvent
DeletePartitionColumnStatEvent
Event generated for partition column stat delete event.
|
class |
DeleteTableColumnStatEvent
DeleteTableColumnStatEvent
Event generated for table column stat delete event.
|
class |
DropCatalogEvent |
class |
DropConstraintEvent |
class |
DropDatabaseEvent |
class |
DropDataConnectorEvent |
class |
DropFunctionEvent |
class |
DropISchemaEvent |
class |
DropPartitionEvent |
class |
DropSchemaVersionEvent |
class |
DropTableEvent |
class |
InsertEvent |
class |
LoadPartitionDoneEvent |
class |
OpenTxnEvent
OpenTxnEvent
Event generated for open transaction event.
|
class |
ReloadEvent |
class |
UpdatePartitionColumnStatEvent
UpdatePartitionColumnStatEvent
Event generated for partition column stat update event.
|
class |
UpdatePartitionColumnStatEventBatch
UpdatePartitionColumnStatEventBatch
Event generated for a batch of partition column stat update event.
|
class |
UpdateTableColumnStatEvent
UpdateTableColumnStatEvent
Event generated for table column stat update event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TxnHandler.addWriteNotificationLog(ListenerEvent acidWriteEvent) |
void |
TxnStore.addWriteNotificationLog(ListenerEvent acidWriteEvent)
Add the ACID write event information to writeNotificationLog table.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.