@InterfaceAudience.Public @InterfaceStability.Stable public class CommitCompactionEvent extends ListenerEvent
| Constructor and Description |
|---|
CommitCompactionEvent(Long txnId,
CompactionInfo ci) |
CommitCompactionEvent(Long txnId,
CompactionInfo ci,
IHMSHandler handler) |
CommitCompactionEvent(Long txnId,
Long compactionId,
CompactionType type,
String dbname,
String tableName,
String partName,
IHMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCompactionId() |
String |
getDbname() |
String |
getPartName() |
String |
getTableName() |
Long |
getTxnId() |
CompactionType |
getType() |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic CommitCompactionEvent(Long txnId, CompactionInfo ci)
public CommitCompactionEvent(Long txnId, CompactionInfo ci, IHMSHandler handler)
public CommitCompactionEvent(Long txnId, Long compactionId, CompactionType type, String dbname, String tableName, String partName, IHMSHandler handler)
Copyright © 2024 The Apache Software Foundation. All rights reserved.