@InterfaceAudience.Public @InterfaceStability.Stable public class BatchAcidWriteEvent extends ListenerEvent
| Constructor and Description |
|---|
BatchAcidWriteEvent() |
BatchAcidWriteEvent(String partition,
Table tableObj,
Partition partitionObj,
WriteNotificationLogRequest writeNotificationLogRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNotification(String partition,
Table tableObj,
Partition partitionObj,
WriteNotificationLogRequest writeNotificationLogRequest) |
List<String> |
getChecksums(int idx) |
String |
getDatabase(int idx) |
List<String> |
getFiles(int idx) |
WriteNotificationLogRequest |
getNotificationRequest(int idx) |
int |
getNumRequest() |
String |
getPartition(int idx) |
Partition |
getPartitionObj(int idx) |
List<String> |
getSubDirs(int idx) |
String |
getTable(int idx) |
Table |
getTableObj(int idx) |
Long |
getTxnId(int idx) |
Long |
getWriteId(int idx) |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic BatchAcidWriteEvent(String partition, Table tableObj, Partition partitionObj, WriteNotificationLogRequest writeNotificationLogRequest)
public BatchAcidWriteEvent()
public void addNotification(String partition, Table tableObj, Partition partitionObj, WriteNotificationLogRequest writeNotificationLogRequest)
public Long getTxnId(int idx)
public String getDatabase(int idx)
public String getTable(int idx)
public String getPartition(int idx)
public Long getWriteId(int idx)
public Table getTableObj(int idx)
public Partition getPartitionObj(int idx)
public WriteNotificationLogRequest getNotificationRequest(int idx)
public int getNumRequest()
Copyright © 2024 The Apache Software Foundation. All rights reserved.