| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.messaging | |
| org.apache.hadoop.hive.metastore.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaStoreEventListener.onAcidWrite(AcidWriteEvent acidWriteEvent,
Connection dbConn,
SQLGenerator sqlGenerator)
This will be called to perform acid write operation.
|
| Modifier and Type | Method and Description |
|---|---|
AcidWriteMessage |
MessageBuilder.buildAcidWriteMessage(AcidWriteEvent acidWriteEvent,
Iterator<String> files) |
| Constructor and Description |
|---|
JSONAcidWriteMessage(String server,
String servicePrincipal,
Long timestamp,
AcidWriteEvent acidWriteEvent,
Iterator<String> files) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.